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;
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
i did it but it dostn work. i can just see 2 character of the all text of the togglebutton.