ScroolView
-
I have a SDI program that uses ScroolView. If I put only 25 lines of text everything it's ok but if I put out 250 lines then it won't display it all. I know I can set the scroolsize with SetScrollSizes in the OnInitialUpdate() function. My question is : can I modify that scrool size throughout the program?
-
I have a SDI program that uses ScroolView. If I put only 25 lines of text everything it's ok but if I put out 250 lines then it won't display it all. I know I can set the scroolsize with SetScrollSizes in the OnInitialUpdate() function. My question is : can I modify that scrool size throughout the program?
tanarnelinistit wrote:
My question is : can I modify that scrool size throughout the program?
Yes of course. BTW, why didn't you test it ? You just have to add two or three lines of code and you'll get your answer
Cédric Moonen Software developer
Charting control -
I have a SDI program that uses ScroolView. If I put only 25 lines of text everything it's ok but if I put out 250 lines then it won't display it all. I know I can set the scroolsize with SetScrollSizes in the OnInitialUpdate() function. My question is : can I modify that scrool size throughout the program?