jakesays-old / gwen-dotnet

Automatically exported from code.google.com/p/gwen-dotnet
0 stars 0 forks source link

Table layout only works with Labels #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a table
2. Add a row
3. Add non-label controls

What is the expected output? What do you see instead?
I expect the rows and columns to resize to fit the controls I have added. 
Instead the controls are squished and positioned at the start (left) of each 
row.

What version of the product are you using? On what operating system?
trunk, debian Linux

Please provide any additional information below.
Maybe I am doing something wrong. I understand controls are added as "children" 
of labels in the tablerow.

The above, of course, also applies to ListBoxes.
The only workaround I have found is forget about Tables and use Positioners 
instead.

Original issue reported on code.google.com by cpolymeris on 10 Jul 2013 at 7:42