ListView for ASP.NET 1.0 released by MonoSoftware -
09-12-2005
, 02:43 AM
MonoSoftware is pleased to announce the release of
ListView control for ASP.NET
http://www.mono-software.com/listview.aspx
ListView allows you to display a list of items using text and, optionally,
an icon to identify the type of item. For example, the Windows Explorer list
of files is similar in appearance to a ListView control.
Key features:
- User interface which looks and feels like Windows Forms ListView control.
- The items can be displayed in columns with column headers and sub-items,
vertically or horizontally, with small or large icons.
- ListView provides a large number of properties that provide flexibility in
appearance and behavior.
- The View property allows you to change the way in which items are
displayed.
- To determine which items are checked, you can use the CheckedItems
property.
- The Columns property stores the column headers that are displayed when the
View property of the control is set to View.Details.
- Add your own CSS to the ListView and/or to each ListViewItem / SubItem for
a unique look.
- Process ColumnClick (to sort the items, for example) and ItemCommand (for
some specific Item-aware actions) events on server.
- Live design-time data (VS.NET and Borland Delphi IDEs) functionality
- Very optimized HTML code which makes ListView suitable for slow web
servers
- Intellisense documentation
.................................................. ....
Zarko Gajic, CTO
Mono Ltd
Bihacka 1D, HR-31000 Osijek, Croatia
tel: + 385 (0)31 213 966
fax: + 385 (0)31 213 967
http://www.mono-software.com
.................................................. .... |