You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to create a dynamic RibbonGroupBox with some success however I cannot find a good way to set the header to a formatted string, barring the user of a value converter.
As the Header property is an object rather than a string I cannot use a binding in XAML that has a StringFormat parameter.
I would like to be able to do one of the following:
I've been trying to create a dynamic
RibbonGroupBox
with some success however I cannot find a good way to set the header to a formatted string, barring the user of a value converter.As the Header property is an
object
rather than astring
I cannot use a binding in XAML that has aStringFormat
parameter.I would like to be able to do one of the following:
Or:
The text was updated successfully, but these errors were encountered: