How do you get the vScrollBar to start from the bottom?
Share
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 you mean how to change it into a horizontal scroll bar then you should replace it with a hScrollBar.
Edit: I see you changed your question. To make it start from the bottom you can just set the value to the scroll bars MaxValue.
If you really need the scroll bar to be at the bottom while the value is at the minimum value you could wrap it in a custom control that hides the real value and exposes a new value that is the opposite (MaxValue – Value).