Completed
Last Updated: 07 Aug 2013 01:15 by Jesse Dyck
ADMIN
Stefan
Created on: 05 Aug 2013 08:13
Category: CommandBar
Type: Bug Report
0
FIX. RadCommandBar - the text of the CommandBarToggleButton is not correctly rendered when the Orientation is Vertical
To reproduce: radCommandBar1.Dock = DockStyle.Left; CommandBarToggleButton toggleButton = new CommandBarToggleButton(); toggleButton.Text = "some text"; toggleButton.Orientation = Orientation.Vertical; toggleButton.DrawText = true; radCommandBar1.Rows[0].Strips[0].Items.Add(toggleButton); radCommandBar1.Rows[0].Strips[0].Orientation = Orientation.Vertical;
2 comments
Jesse Dyck
Posted on: 07 Aug 2013 01:15
We have double checked the issue and we can confirm that the proposed fix will not work as suggested. In fact, there is no workaround for the issue that we can offer and for this reason we will increase its priority and we will try to resolve it for the Q3
Jesse Dyck
Posted on: 05 Aug 2013 08:50
i did it but it dostn work. i can just see 2 character of the all text of the togglebutton.