I have a RadioButtonList with layout vertical. And having 2 columns.
Let's say I have 6 items.
It will create this look:
o o
o o
o o
What I want is to look like:
o o
o o
o
o
That is to put 4 items in one column and 2 in another.
How do I do it. If I can at all?
Thanks,
Oleg
intrader - 17 Aug 2005 22:40 GMT
> I have a RadioButtonList with layout vertical. And having 2 columns.
> Let's say I have 6 items.
[quoted text clipped - 14 lines]
> Thanks,
> Oleg
I would create a class derived from RadioGroupList, and in this class I
would override the RenderContent method or perhaps the
AddAtttributesToRender method.