Welcome to MSDN Blogs Sign in | Join | Help

April 2006 - Posts

How to Create a Custom View

One of the most powerful features of ListView is supporting custom views. If built-in views do not apply your scenarios, you can easily write your own. ListView will handle your views the same way with built-in views. Creating a custom view is pretty
Posted by ATC Avalon Team | 8 Comments

Attachment(s): CustomView.zip

How to display data from database?

It is common for Li stView to display data from database. In this blog, I will briefly introduce how to do this. To achieve this, we need to resolve two problems: Binding data table to Li stView; Binding fields of data table to GridViewColumns. Binding
Posted by ATC Avalon Team | 1 Comments
Filed under:

Fixed-Width Column in ListView: A Column that cannot be resized

A fixed-width column is a column that cannot be resized by mouse dragging or double-clicks. You can find instances in outlook. Currently two methods can be used to achieve the effect. One is to restyle GridViewColumnHeader to remove the gripper inside
 
Page view tracker