FontFamily Combobox

Ribbon for WPF Forum

Posted 17 years ago by MichaelEhlert - Boll und Partner Software GmbH
Avatar
Hi everybody,

i tried using the FontFamily and FontSize Comboboxes on my ribbon window. If the boxes are enabled (keyboard focus is set to an extended richtextbox) it takes a long time until the user can open the drop down list. I guess the enumeration of available fonts takes some time... during this enumeration my UI gets frozen, sometimes i get the message (.. is not respondig). Well, i called this.mnuFontFamily.RefreshFontFamilies(); as last statement in my OnLoaded event handler of the ribbon window, but got no effect (#items is still 0 after the refresh).
Any idea for speeding that up or doing a one time initialisation?

Michael
The latest build of this product (v24.1.1) was released 2 months ago, which was after this thread was created.

Add Comment

Please log in to a validated account to post comments.