Customizing GroupBar in UWP Navigation Pane (SfGroupBar)

10 May 20211 minute to read

Adjusting SfGroupBar Width in Collapsed Mode

Set the property CollapsedWidth to set Width of SfGroupBar control in Collapsed mode.

<navigation:SfGroupBar CollapsedWidth="45" VerticalAlignment="Stretch">

<navigation:SfGroupBar/>

Customizing-GroupBar-img1