I need to render a ReorderList in a vertical direction instead of the standard horizontal way.
Does anybody know hoe to do this, so the control works like the RadioButtonList with a repeat direction property?
In HTML i know i can get <ul> and <ol> to render vertically using CSS, but i so far cannot duplicate this using a ReorderList.
Thanks in advance
yosh
Sorry got my directions mixed up, need list to render horizontally..
I added a line to the contructor of the BulletList class that sets the CssStyle to enable the list to render horizontally, but not an elegent way of doing things. The Bulletlist in the reorderlist class is not visible to child classes, so i will need to change the base class anyway.
Any better ideas?
No comments:
Post a Comment