Hi,
I have to set RibbonGroup Visibility to Collapsed in some states of the application. But whenever i set the RibbonGroup visibility collapsed it doesn't properly resize with the window size and shows the ribbon outside the border of window.
<telerik:RadRibbonGroup Header="Test Header" Visibility="Collapsed">
<telerik:RadRibbonGroup.Variants>
<telerik:GroupVariant Variant="Medium" Priority="2" />
</telerik:RadRibbonGroup.Variants>
<telerik:RadCollapsiblePanel>
<pmControls:ASIRibbonButton Text="Test Button" telerik:KeyTipService.AccessText="TS"/>
</telerik:RadCollapsiblePanel>
</telerik:RadRibbonGroup>
Any help would be appreciated.
Thanks
I have to set RibbonGroup Visibility to Collapsed in some states of the application. But whenever i set the RibbonGroup visibility collapsed it doesn't properly resize with the window size and shows the ribbon outside the border of window.
<telerik:RadRibbonGroup Header="Test Header" Visibility="Collapsed">
<telerik:RadRibbonGroup.Variants>
<telerik:GroupVariant Variant="Medium" Priority="2" />
</telerik:RadRibbonGroup.Variants>
<telerik:RadCollapsiblePanel>
<pmControls:ASIRibbonButton Text="Test Button" telerik:KeyTipService.AccessText="TS"/>
</telerik:RadCollapsiblePanel>
</telerik:RadRibbonGroup>
Any help would be appreciated.
Thanks