I want to implement a fancy scroll bar for a multiline textbox like the picture below:

Any ideas for that fancy scroll bar?
P/S: I want vb.net solution.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the fancy scroll bar can be implemented as another control (your image actually looks like that), here is the code of a ListBox that supports custom scrolling:
And here is a sample form that uses it. I have implemented the custom scroller as a standard Trackbar (trackBar1) for the example: