6.4 Hierarchal ListView demo
I played a bit around with the new 6.4 ListView control, its quite amazing what you can do with it. It opens a lot of new ways to present data in a better and more userfriendly way.
Categories: Lists & Grids, Custom Controls
|
Tags: Architects, Developers, Data Binding, C#, 2. Intermediate, 3. Advanced, Customization, Data Binding, v6.4 and Later
Revision: 2
Posted: 05/Jan/2010
Updated: 02/July/2012
Status: Publish
Types: Code
|
I made a three level hierarchal ListView on the NorthWind demo database. You can see a demo here http://www.screencast.com/t/N2U5ZDRiNz.
I think there are a few nice things:
- the design and coloring when expanding and collapsing the rows
- when you expand an order all the other orders within that customer are automaticly collapsed
- there is only one scroll bar at the top level so not at all the containing ListViews
You need VWG 6.4 (Beta 2e) and Visual Studio 2008 to be able to run this demo.
Note: Codes are submitted as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Terms of Agreement:
By using this code, you agree to the following terms...
1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
3. You may link to this code from another website, but ONLY if it is not wrapped in a frame.
4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.
Visual Studio 2008 Download
Visual Studio 2010 Download
Download
About the author
Related Articles
Lists & Grids |
|
|
Tags: Developers, Data Binding, 2. Intermediate, 3. Advanced, Customization, Layouting, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags: Developers, Data Binding, Navigation, 1. Beginner, 2. Intermediate, Data Binding, Navigation, ASP.NET, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
Tags: Architects, Developers, Data Binding, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags: Developers, Data Binding, Windows & Dialogs, 1. Beginner, 2. Intermediate, Customization, Data Binding, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
The DataListView control is an extension to the Visual WebGui ListView. It inherits from the Visual WebGui ListView control and adds DataSource/DataMemeber support to provide a DataGridView behavior in terms of data population.
Tags: Developers, Data Binding, 1. Beginner, 2. Intermediate, 3. Advanced, Data Binding, Pre v6.3
|
|
|
Extended ListView Enhancements - from Webcast conducted on May 5th & 6th 2010 Requires v6.4 beta2e and above and MS Visual Studio 2008
Tags: Developers, Data Binding, 2. Intermediate, 3. Advanced, Customization, Data Binding, v6.4 and Later
|
|
|
|