This is a migrated thread and some comments may be shown as answers.

Selection Mini tool bar : Merge icons in a single row according to the height specified

1 Answer 41 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
NRT
Top achievements
Rank 1
NRT asked on 05 Jun 2013, 10:08 AM
Hello ,
I have created a new instance of mini tool bar with height and width:
SelectionMiniToolBar = new SelectionMiniToolBar();
SelectionToolBarClass.SelectionMiniToolBar.Width = BodyTextBox.ActualWidth;
SelectionToolBarClass.SelectionMiniToolBar.Height = 30;
SelectionToolBarClass.SelectionMiniToolBar.Show(new Point(controlTop, controlLeft), BodyTextBox);

But When it is rendered only the first row of icons is visible as shown in the attachment untitled.png.
The icons which are supposed to be in the 2nd row are clipped for eg colour,alignment etc

1 Answer, 1 is accepted

Sort by
0
Boby
Telerik team
answered on 06 Jun 2013, 06:36 AM
Hi NRT,
Instead of tweaking the SelectionMiniToolBar, it may be more appropriate to created your custom UI, using bindings to the commands exposed from RadRichTextBox.

Regards,
Boby
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RichTextBox
Asked by
NRT
Top achievements
Rank 1
Answers by
Boby
Telerik team
Share this question
or