Hi
I want to customize the look & feel of scroll bar which appears for controls like Textbox, ListBox, ComboBox etc. Is there any way to achive this in .NET
I could not see any direct ways to replace the default scrollbar with my own
Thank
Prashanth
Andrew S \(Infragistics\) - 03 May 2004 01:15 GMT
All of those controls are just wrappers for the operating system window
classes (e.g. Edit, etc.); more specifically, the scrollbars they use are
part of the non-client area so you can't "replace" them.
> Hi,
> I want to customize the look & feel of scroll bar which appears for controls like Textbox, ListBox, ComboBox etc. Is there any way to achive
this in .NET ?
> I could not see any direct ways to replace the default scrollbar with my own.
> Thanks
> Prashanth
Rami Saad - 09 May 2004 13:00 GMT
Hi,
You can create your custom panel, or control having scrollbars, then modify
or create your own.
One of the drawbacks in that is the speed being slower.
Hope I have helped you.
Regards,
Rami Saad
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
Rami Saad - 11 May 2004 11:56 GMT
Hi,
You can create your custom panel, or control having scrollbars, then modify
or create your own.
One of the drawbacks in that is the speed being slower.
Hope I have helped you.
Regards,
Rami Saad
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC