Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > ToolBar > Redering Artifact

Not answered Redering Artifact

Feed from this thread
  • MiddleTommy Intermediate avatar

    Posted on Nov 11, 2009 (permalink)

    There is a rendering artifact when you place a menu inside a toolbar like so
    <t:RadToolBar DockPanel.Dock="Top" Height="25"
                <TextBlock Text="Select Job:" Margin="2,2,5,0"/> 
     
                <t:RadComboBox x:Name="cmbJobs" Width="200" IsTabStop="False" IsEditable="True" StaysOpenOnEdit="True" /> 
                <t:RadMenu Background="Transparent"
                    <t:RadMenuItem Header="Filter"
                        <t:RadMenuItem Header="Show All Jobs" Checked="MenuItem_Checked_All" Name="mnuShowAllJobs" IsCheckable="True"/> 
                        <t:RadMenuItem Header="Show Unfinished" Checked="MenuItem_Checked_Unfinished" Name="mnuShowUnfinishedJobs" IsCheckable="True"/> 
                    </t:RadMenuItem> 
                </t:RadMenu> 
            </t:RadToolBar> 

    Look above the Filter MenuItem above the attached picture
    Attached files

    Reply

  • Ivan Ivan admin's avatar

    Posted on Nov 11, 2009 (permalink)

    Hi Tommy Tucker,

    Thank you for reporting the issue.
    Your Telerik Points were updated.

    Meantime you can avoid the annoying artifact via editing the MenuItem Style.

    Once again thank you for reporting the issue.

    Regards,
    Ivan
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > ToolBar > Redering Artifact
Related resources for "Redering Artifact"

WPF ToolBar Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]