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

RadDropDownButton with ListBox/ListBoxItem

2 Answers 89 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Fabiana
Top achievements
Rank 1
Fabiana asked on 28 Sep 2010, 01:46 PM
Hi Support!
I created a RadDropDownButton with a ListBox menu... Perfect!

But I have just one question: I would like to insert a "line" to divide each ListViewItem, that appear all time, not dissapear when mouse over(), for example.

See my image as example... First image is my real menu, and the second, waht I want to do... and I donĀ“t know...

Thanks you very much!


          
      <!--Button and Menu action-->
        <telerik:RadDropDownButton Style="{StaticResource MyButton}" x:Name="mnuActionDropDown"  Grid.Row="3" VerticalAlignment="Center" Content="My Actions" Margin="50,0,0,0" HorizontalAlignment="Left" DropDownIndicatorVisibility="Visible" DropDownButtonPosition="Right">
         
            <telerik:RadDropDownButton.DropDownContent>
                <ListBox x:Name="lstActions" Style="{StaticResource MyListBox}" SelectionMode="Single" >
                    
                    
                    <ListBoxItem Style="{StaticResource MyListBoxItem}" x:Name="lstItemAction1" Content="Add" IsSelected="false">
                        
                    </ListBoxItem>
                    
                    
                    <ListBoxItem Style="{StaticResource MyListBoxItem}" x:Name="lstItemAction2"  Content="Remove" IsSelected="false">
                        
                    </ListBoxItem>

                    <ListBoxItem Style="{StaticResource MyListBoxItem}" x:Name="lstItemAction3"  Content="Update" IsSelected="false">

                    </ListBoxItem>
                    
                    
                </ListBox>
            </telerik:RadDropDownButton.DropDownContent>

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 01 Oct 2010, 01:10 PM
Hello Fabiana,

Can you please sent me your style which you use in the your project.

It will be great if you can send me your project.

Kind regards,
Dimitrina
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
0
Fabiana
Top achievements
Rank 1
answered on 01 Oct 2010, 01:18 PM
Hello Dimitrina !

I created a support ticket to send my project.zip

My ticket ID is: 353473
Thanks!


Tags
Buttons
Asked by
Fabiana
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Fabiana
Top achievements
Rank 1
Share this question
or