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.
|