Is there a way to change the layout behaviour of the items in an OptionSet? I am absolutely not happy with the behaviour especially because it not even stays as layed out during design time.
Or is there an Infragistics pendant to the WinForms CheckBox?
Regards, Gerald
Gerald,
What kind of problems are you having, and what kind of layout behavior are you looking to have? I'm not sure that there's a way to control the layout of each item short of a creation filter, but if the control is not maintaining the layout that you have at design-time, this sounds like a bug. You should also ensure that you have the latest hotfix installed.
-Matt
Hello Matt,
I have 4 items. At design time I size the area so these items are shown in two rows. During runtime the items are shown in only one line and about 2/3 of the text of the last item are cut away because there is not enough room to show all 4 items completely.
When you look at the CheckBox in WinForms you can place each item separately. They are independent but still belong to the same group (within a groupbox). I thought maybe there is a way to get the same useful behaviour somehow.