Hi Everyone,
I am developing a Mobile App for Window Mobile.
I am using C# on VS 2005.
On a form, I got include a Panel. When I run the form, the horizontal scrollbar will appear on the Panel because it content is wider and the panel.
But the scroll position will be on the most left as default.
What I trying to achieve is when the form is first loaded, I want the horizontal scrollbar of the panel it will automatically scroll to the most right.
Can anyone help me on how to achieve this ?
Thanks,
Regards,
Iverson.
I am developing a Mobile App for Window Mobile.
I am using C# on VS 2005.
On a form, I got include a Panel. When I run the form, the horizontal scrollbar will appear on the Panel because it content is wider and the panel.
But the scroll position will be on the most left as default.
What I trying to achieve is when the form is first loaded, I want the horizontal scrollbar of the panel it will automatically scroll to the most right.
Can anyone help me on how to achieve this ?
Thanks,
Regards,
Iverson.
Comment