How to give the space between text and Icon in the GroupBarItem in WinForms GroupBar?
Padding
The Padding property of GroupBarItem provide the spacing between Icons and text in the GroupBartems.
C#
this.groupBarItem1.Padding = 10;
VB
Me.groupBarItem1.Padding = 10