Hi,
I'm trying to add a few Rad controls to a TableLayoutPanel. For the sake of the example, let's say I have a TLP with 1 column and 2 rows. The top row contains a RadListBox, and the bottom row contains a RadButton. The top row's size is set as Percentage (50%) and the bottom row as AutoSize.
The desired result would be that most of the control's space be filled with the RadListBox, while the RadButton be set at an appropriate size.
The actual result is that the RadListBox takes up all the room, and the RadButton appears as a tiny sliver at the bottom, barely a line. It would seem as if in run-time, the TableLayoutPanel decides to AutoSize the bottom row to a few pixels; whereas in the form designer, the button appears perfect.
What am I doing wrong? How can I get the TableLayoutPanel's AutoSizing rows to play nice with RadControls?
Thank you.