View Single Post
  #2  
Unread 06-30-2009, 06:29 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

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.
Reply With Quote