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

MenuItem FontSize

1 Answer 309 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 22 Jul 2012, 02:33 AM
How can I increase the font size of a RadMenuItem when it's displayed as a child item (in a popup)? Simply setting the FontSize property doesn't seem to do it.

1 Answer, 1 is accepted

Sort by
0
Rosen Vladimirov
Telerik team
answered on 23 Jul 2012, 09:53 AM
Hello Michael,

We have tested the described problem but we are unable to reproduce it. Here`s the code I`ve used and find as attachment a screenshot from the result:
<Grid Background="White">
    <telerik:RadMenu VerticalAlignment="Top">
        <telerik:RadMenuItem Header="Item 1">
            <telerik:RadMenuItem Header="Item 1.1"/>
            <telerik:RadMenuItem Header="Item 1.2"/>
        </telerik:RadMenuItem>
        <telerik:RadMenuItem Header="Item 2">
            <telerik:RadMenuItem Header="Item 2.1" FontSize="15">
                <telerik:RadMenuItem Header="Item 2.1.1"/>
                <telerik:RadMenuItem Header="Item 2.1.2"/>
            </telerik:RadMenuItem>
        </telerik:RadMenuItem>
        <telerik:RadMenuItem Header="Item 3"/>
    </telerik:RadMenu>
</Grid>

As you can see, the RadMenuItem "Item 2.1" has a different FontSize and all its children are inheriting the same value. If you have something else in mind please send us more information (perhaps if you are using a different theme?) and if possible a sample project.

Greetings,
Rosen Vladimirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Menu
Asked by
Michael
Top achievements
Rank 1
Answers by
Rosen Vladimirov
Telerik team
Share this question
or