ETO Forms: Make a component have its natural width

I could have sworn there was a property I could set on to force components to have their natural width (based on content) and not fill the column’s width.

Like if I have a drop-down on row 1 and a slider on row 2 and I want the slider to be 200, but I don’t want the drop down to be 200 wide. I want the dropdown’s width to be based on its content.

Now I can’t seem to find anything like that anywhere. Was I wrong?

I found it. On the DynamicLayout class, it is a method called AddAutoSized(). I haven’t played around with TableLayout yet, but it looks like it has AutoSized() that seems to serve a similar purpose.