Having trouble getting help?
Contact Support
Contact Support
Applying Themes in Windows Forms GroupView
28 Apr 20211 minute to read
The Themes Enabled property specifies whether XP Themes should be used for drawing the control. Themes can be enabled by setting the ThemesEnabled property of GroupView to true
.
this.groupView1.ThemesEnabled = true;
Me.groupView1.ThemesEnabled = True