2X faster development
The ultimate WPF UI toolkit to boost your development speed.
You can collapse the icon of RibbonBar by using CollapseImage property in WPF Ribbon control. XAML <syncfusion:Ribbon VerticalAlignment="Top" Name="ribbon1"> <syncfusion:RibbonTab Caption="Home"> <syncfusion:RibbonBar CollapseImage="ImageOne.png"> <syncfusion:RibbonButton Content="Button1"/> </syncfusion:RibbonBar> <syncfusion:RibbonBar CollapseImage="ImageTwo.png"> <syncfusion:RibbonButton Content="Button2"/> </syncfusion:RibbonBar> <syncfusion:RibbonBar CollapseImage="ImageThree.png"> <syncfusion:RibbonButton Content="Button3"/> </syncfusion:RibbonBar> <syncfusion:RibbonBar CollapseImage="ImageFour.png"> <syncfusion:RibbonButton Content="Button4"/> </syncfusion:RibbonBar> <syncfusion:RibbonBar CollapseImage="ImageFive.png"> <syncfusion:RibbonButton Content="Button5"/> </syncfusion:RibbonBar> <syncfusion:RibbonBar CollapseImage="ImageSix.png"> <syncfusion:RibbonButton Content="Button6"/> </syncfusion:RibbonBar> </syncfusion:RibbonTab> </syncfusion:Ribbon>
|
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.