I'm making use of a series of ASPxButton controls in a table - such that these are placed one per column in a single row.
This creates a series of buttons along the top of my user control.
Given the text wraps and the text is of differing size / length - some of the buttons have a greater height than others.
How can I make the height of these uniform?
I want to obtain the height of the tallest button and set the height of the others accordingly (I cannot set this at design time as the control can change size depending on it's usage in web forms).
Or alternatively can I set the ASPxButton controls to fill the whole of the TableCell in which they're found (I've tried setting Height = 100% but this does not give the desired result).
Any help or pointers would be greatly appreciated.
Thanks in advance.
Steve
This creates a series of buttons along the top of my user control.
Given the text wraps and the text is of differing size / length - some of the buttons have a greater height than others.
How can I make the height of these uniform?
I want to obtain the height of the tallest button and set the height of the others accordingly (I cannot set this at design time as the control can change size depending on it's usage in web forms).
Or alternatively can I set the ASPxButton controls to fill the whole of the TableCell in which they're found (I've tried setting Height = 100% but this does not give the desired result).
Any help or pointers would be greatly appreciated.
Thanks in advance.
Steve