Hello,
is it possible to specify global meaning of value BarItemContentAlignment.Default. We have problem with toolbutton's appearance in popupmode.
Version DX 15.1.5
http://1drv.ms/1IBNHTV
Ver sion DX 15.1.8
http://1drv.ms/1IBNEHK
When I change the new property ContentHorizontalAlignment to "Near", then the buttons look like in version 15.1.5.
Default value for this property is set to "Default".
Is it possible to make meaning of "Default" same as "Near"
Regards,
Tomas
Hello Tomas,
We need some time to investigate this behavior. Please bear with us. We will get back to you as soon as possible.
For clarification, we use Office2003 style.
lookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel();
lookAndFeel.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
lookAndFeel.LookAndFeel.UseWindowsXPTheme = true;