For instance, right now I am trying to add a panelGrid to my page that contains X buttons. Each button has different lengths depending on how long the text is associated with it. I want to be able to specify at the panelGrid level to make sure every component stretches to meet the width of the panelGrid itself - instead of having to manually set the width for X number of buttons.
It has to be related to columnClasses and setting the width via CSS but the attempts I made did not work. For instance I set the styeClass on the panelGrid to a class that had a width of 100px. Then I attempted setting the ColumnClass to that CSS class as well - still no dice.
Thoughts?