c# - Is there any way to remove this white line next to a WinForms scrollbar? -
i've noticed scrollbar on system.windows.forms.panel
appears have white line going down left-side of vertical scrollbar.
the horizontal scrollbar has (the white line appears above it): .
i've noticed devexpress.xtraeditors.xtrascrollablecontrol
when it's got usewindowsxptheme
set true, i'm guessing may system thing (as example, haven't tagged question devexpress tag).
i've noticed in visual studio 2015 options screen, has example of scrollbar white line (the 1 on left), , without (the 1 on right): .
my question is: there way remove white line scrollbar? if so, how? know may seem minor, it's noticeable enough annoying.
i've tagged question both vb.net , c# happy accept answers in either language.
you cannot unless use own custom controls scrolling. 3d highlight effect on scrollbar , scrollbar not have override property change style flat.
but here fancy custom scrollbars can use.
codeproject: cool scrollbar - scrollbar windows media player's
codeproject: how skin scrollbars panels, in c#
codeproject: replace window's internal scrollbar customdraw scrollbar control
Comments
Post a Comment