G
Gregski.co.uk
Hello everyone!
Anybody know the best way to do this? :
Where there are a lot of controls in a row, and one of them needs to make
use of the CanGrow property, how does one then get the others to match the
new height?
What I mean is, how do you avoid this:
11111111111
22222222222
33333333333
4
It should, for neatness, look like this:
11111111111
22222222222
33333333333
44444444444
where all the controls (eg. text boxes) resize whenever one of them decides
it must.........
I take it there'll be a conditional format done on the OnPrint or OnFormat
event..... but not sure how to approach it....
Anybody know the best way to do this? :
Where there are a lot of controls in a row, and one of them needs to make
use of the CanGrow property, how does one then get the others to match the
new height?
What I mean is, how do you avoid this:
11111111111
22222222222
33333333333
4
It should, for neatness, look like this:
11111111111
22222222222
33333333333
44444444444
where all the controls (eg. text boxes) resize whenever one of them decides
it must.........
I take it there'll be a conditional format done on the OnPrint or OnFormat
event..... but not sure how to approach it....