- Added new ViewComponent: ColumnsComponent
ViewComponent which accepts a list (an IList to be exact) of items,
and displays them in columns, top-to-bottom, then left-to-right. e.g.
Given a list of { A B C D E F G H}, will display them like:
A D G
B E H
C F
Options for number of columns, CSS class and formatting individual
cells. (based on / forked from GridComponent)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---