Posted 7 October 2019, 8:59 pm EST
Themes allow you to remove those glyphs. But if it is VisualStyle’d and not themed, I don’t see any way to remove them. Can they be?
Forums Home / ComponentOne / WinForms Edition
Posted by: mike on 7 October 2019, 8:59 pm EST
Posted 7 October 2019, 8:59 pm EST
Themes allow you to remove those glyphs. But if it is VisualStyle’d and not themed, I don’t see any way to remove them. Can they be?
Posted 9 October 2019, 4:15 am EST
Hi,
You can use this line to remove the thumb glyph:
c1HScrollBar1.Style.GlyphSet.Update(C1.Win.C1ScrollBar.Style.StyleGlyph.HThumbGrip, null, true);
Regards,
Jitender