EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   Table column sizes (https://www.eq2interface.com/forums/showthread.php?t=12907)

RickF7666 05-23-2009 04:07 PM

Table column sizes
 
I was wondering if there is a way to set the column size for an individual column in a table. As an example take the Community search for players results table. There are four columns, Name, Level, Class and Location. If you resize the window all four columns resize equally, but why would you want the Level column to resize at all? So is there a way to, maybe, set a fixed size for the Level column?

And one other thing, is there an On event that works when you select something from a table?

Zonx 06-30-2009 06:29 PM

Kinda late response, but no there does not appear to be any way to stylize columns within a table. All other controls that allow this sort of thing use a Style object specific to the control (dropdowns use dropdownstyle, Listboxes use ListboxStyle). These can also make use of other primitives like Grid or a row template.

UIBuilder doesn't have a Table entry under the Insert/Style menu, nor is there a style attribute on the Table object.

Considering how other Table-like windows are hardcoded, I think its a safe bet the Table control was never intended for more than balanced columns of text.


All times are GMT -5. The time now is 10:31 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI