Customizing GroupBar in UWP Navigation Pane (SfGroupBar)

18 Feb 20251 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