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

How to collapse toolbar?

1 Answer 136 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Martinelli
Top achievements
Rank 1
Martinelli asked on 30 Sep 2011, 08:46 AM
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?

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 04 Oct 2011, 04:01 PM
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 >>

Tags
ToolBar
Asked by
Martinelli
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or