Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting Height of ASPxButton control?

Status
Not open for further replies.

StevenK

Programmer
Jan 5, 2001
1,294
GB
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
 
since this deals with webcontrols forum855 is the preferred forum. This is also a styling issue, so forum215 is the best choice for this peticular problem.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top