Can I change the Category Label dynamicly? #29
Replies: 5 comments
-
|
Which ways did you try? How did you detect the mouse hover? |
Beta Was this translation helpful? Give feedback.
-
|
In PreviewEvent, I can change the icon of the selected area. But I can not change the Category Label. I tried: Also tried: But neither work, yhe Category Label does not refresh. |
Beta Was this translation helpful? Give feedback.
-
|
Add this after to refresh the UI. I think it will be a good idea to add two new functions for all gallery controls (InvalidateCategories(), InvalidateItemsSource()) in the next version of the ribbon. |
Beta Was this translation helpful? Give feedback.
-
|
It can update the Category label with .InvalidateUICommand But the whole controls in the category disappeared when update the Category label with .InvalidateUICommand. |
Beta Was this translation helpful? Give feedback.
-
|
I think it is not possible what you want to do with the Ribbon Framework. In the office ribbon it seems that there is an additional DropDown control. You can see this when you hover over the items. Here you see many items as selected. That is not possible in Ribbon Framework. Maybe the disappeared area is a feature or a bug in the Microsoft implementation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to insert a table like Office, which means when the mouse hover a dropdown item, will also change the Category Label dynamicly. I tried many ways, the Category Label can not be refreshed.

Beta Was this translation helpful? Give feedback.
All reactions