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

RadContextMenu without icon column

1 Answer 150 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Fabiana
Top achievements
Rank 1
Fabiana asked on 23 Aug 2010, 07:28 PM
Hi support!

I am using RadDropDownButton  with RadContextMenu . Is there a way to hide icon column of RadContextMenu ? Thanks!!




                <telerik:RadDropDownButton x:Name="MenuDropDown"  Grid.Row="3" VerticalAlignment="Center" Content="Actions" Margin="50,0,0,0" HorizontalAlignment="Left" DropDownIndicatorVisibility="Visible" DropDownButtonPosition="Right">
                    
                    <telerik:RadDropDownButton.DropDownContent>
                        
                            <telerik:RadContextMenu x:Name="ContextMenu">
                                <telerik:RadMenuItem Header="New Child" />
                                <telerik:RadMenuItem Header="New Sibling" />
                                <telerik:RadMenuItem IsSeparator="True" />
                                <telerik:RadMenuItem Header="Edit" />
                                <telerik:RadMenuItem Header="Delete" />
                                <telerik:RadMenuItem IsSeparator="True" />
                                <telerik:RadMenuItem Header="Select" />
                            </telerik:RadContextMenu>

                    </telerik:RadDropDownButton.DropDownContent>

                </telerik:RadDropDownButton>

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 26 Aug 2010, 09:45 AM
Hello Fabiana,

Thank you for contacting us.

You can use the IconColumnWidth property of the menu. You can find more information about it in this help article.

If you have further questions please let us know.

All the best,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Buttons
Asked by
Fabiana
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or