vScrollBar doubt

  • Thread starter Thread starter Durand
  • Start date Start date
D

Durand

Hi all,

I'm trying to create a vScrollBar with a dynamic value. When I change the
maximum value inside a method, it works inside a method, but when I leave
this method the maximum value returns to previous value. My vScrollBar is
not declared inside any method.

Thanks

Durand
 
I'm trying to create a vScrollBar with a dynamic value. When I change the
maximum value inside a method, it works inside a method, but when I leave
this method the maximum value returns to previous value. My vScrollBar is
not declared inside any method.

Well, I think that Maximum is established on the basis of f.e.
rows number in DataTable.
Once I wanted to do the same thing like you
and I simply threw out standard Scrolls and added my own. It is not easy,
but I do not see any other solution of this problem.

Gawel
 
Back
Top