Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > ToolBar > How to collapse toolbar?

Not answered How to collapse toolbar?

Feed from this thread
  • Martinelli avatar

    Posted on Sep 30, 2011 (permalink)

    I have a toolbar filled with buttons:

    <telerik:RadToolBar >
                <telerik:RadDropDownButton >
                    <StackPanel Orientation="Horizontal">
                        <Image Source="/Fdj.Eurp.GuiMain;component/Graphics/User.png" ></Image>
                        <TextBlock Text="aaa" ></TextBlock>
                    </StackPanel>
                    <telerik:RadDropDownButton.DropDownContent>
                        <StackPanel Orientation="Vertical" Name="spUserAccountPanel">
                            <telerik:RadButton Content="bbb"></telerik:RadButton>
                            <telerik:RadButton Content="ccc"></telerik:RadButton>
    ...
    However after clicking one of the buttons, the whole menu does not close itself. How can I enforce it?

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Oct 4, 2011 (permalink)

    Hi Martinelli,

     This is expected by design. The RadToolBar does not close when a Button inside of it is clicked. Could you please elaborate more on your scenario so that we would be better able to advice you ? Is it possible for you to play with the Visibility or Height of the RadToolBar in order to "hide" it ?

    Best wishes,
    Petar Mladenov
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > ToolBar > How to collapse toolbar?
Related resources for "How to collapse toolbar?"

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