
Does Actipro provide the actual style for the RibbonStyle CheckBoxKey style? I can't seem to find it in the XAML styles. If not, can you point me to a style that you do provide that is very similar to it. In short, I use the ribbon:RibbonStyles.CheckBoxKey style for my standard WPF checkboxes. However, the text is on the right and I need it on the left of the checkbox, so I need the style to accomplish this.
For those who may have run into this, I've already tried switching the FlowDirection from LeftToRight to RightToLeft. And while this does indeed place the text on the left, it also reverses the direction of the check in the checkbox.
Thanks,
Chris
For those who may have run into this, I've already tried switching the FlowDirection from LeftToRight to RightToLeft. And while this does indeed place the text on the left, it also reverses the direction of the check in the checkbox.
Thanks,
Chris