I want to increase the range of scrollbar 'value ' property. In my application i am displaying labels . As scrollbar scrolls , next label gets displayed on next line. (I am mapping one scrollbar value to one label.) I am handling Scrollbar_Change event in which I display the next label.
In this fashion i can display 64k labels as the scrollbar value property is of integer type .
I want to display more than 64k labels. For that i want to increase the range of scroll bar.How can i increase the range?.



charusheela