Sign in
ATC Avalon Team (Closed)
Hi! We don't blog any more. For further assitant, please visit MSDN WPF Forums at http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&SiteID=1.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Activity
Avalon Samples
Archive
Archives
June 2006
(1)
May 2006
(2)
April 2006
(3)
March 2006
(7)
February 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ATC Avalon Team (Closed)
How to Create a Custom View
Posted
over 7 years ago
by
ATC Avalon Team
10
Comments
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...
ATC Avalon Team (Closed)
Fixed-Width Column in ListView: A Column that cannot be resized
Posted
over 7 years ago
by
ATC Avalon Team
1
Comments
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...
ATC Avalon Team (Closed)
How to display data from database?
Posted
over 7 years ago
by
ATC Avalon Team
1
Comments
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...
Page 1 of 1 (3 items)