Hi ,
I have a form in which i have a series of Textboxes in a row.At design time I have all of the textboxes set to the same height.However the data that is loaded into these text boxes is variable in length.
When printed I would like all of the textboxes to come to the height of that text box which has max height after growing in size( for all of the boxes i had set the CanGrow property to True).
Also Microsoft help for Cangrow specifies that it is only during the printing that the boxes grow, and no events are provided for the form to intercept the printing process.
Any help appreciated.
I have a form in which i have a series of Textboxes in a row.At design time I have all of the textboxes set to the same height.However the data that is loaded into these text boxes is variable in length.
When printed I would like all of the textboxes to come to the height of that text box which has max height after growing in size( for all of the boxes i had set the CanGrow property to True).
Also Microsoft help for Cangrow specifies that it is only during the printing that the boxes grow, and no events are provided for the form to intercept the printing process.
Any help appreciated.