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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Activity
Avalon Samples
Archive
Archives
June 2006
(1)
May 2006
(2)
April 2006
(3)
March 2006
(7)
February 2006
(1)
MSDN Blogs
>
ATC Avalon Team (Closed)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ATC Avalon Team (Closed)
The blog is close down
Posted
over 6 years ago
by
ATC Avalon Team
1
Comments
We will no longer keep this blog. For information about WPF, you can find more in Kevin Moore's blog: http://blogs.msdn.com/okoboji/ Thanks, ATC Avalon Team
ATC Avalon Team (Closed)
A Fancy StatusBar
Posted
over 6 years ago
by
ATC Avalon Team
0
Comments
Download and try it! When moving Mouse over an item, the item jumps up until Mouse leaves. The key steps to achieve it are as follows. 1. Subclass StatusBarItem and add new property ImagePath. Therefore, we can pass image to StatusBarItem easily...
ATC Avalon Team (Closed)
Moral Event: Mountain Climbing
Posted
over 6 years ago
by
ATC Avalon Team
0
Comments
ATC Avalon Team (Closed)
How to Create a Custom View
Posted
over 6 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)
How to display data from database?
Posted
over 6 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...
ATC Avalon Team (Closed)
Fixed-Width Column in ListView: A Column that cannot be resized
Posted
over 6 years ago
by
ATC Avalon Team
0
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)
Other solutions to implement Alternate Background
Posted
over 6 years ago
by
ATC Avalon Team
11
Comments
We have found three solutions to achieve alternative background scenarios so far. The first one is provided in the previous post. Now we will describe another two. The second solution: D erive from Li stView, override PrepareContainerForItemOverride...
ATC Avalon Team (Closed)
Alternate Background for ListViewItems
Posted
over 6 years ago
by
ATC Avalon Team
2
Comments
This sample shows how to create a ListView control that uses a GridView to display a list of dates that are defined as DateTime objects. Items in this example have alternate background. Key Step 1 . Restyle ListViewItem, and set its Background by...
ATC Avalon Team (Closed)
Team Moral Event: StarTrooper Laser Tag
Posted
over 6 years ago
by
ATC Avalon Team
0
Comments
ATC Avalon Team (Closed)
ListView with grouping (In GridView mode)
Posted
over 6 years ago
by
ATC Avalon Team
12
Comments
ListView inherits GroupStyle from ItemsControl, so we can easily achieve grouping for GridView. The only thing we should provide is a GroupStyle. Besides, in order to collapse and expande a group, an Expander is added in the GroupStyle. The number...
ATC Avalon Team (Closed)
Editing In ListView
Posted
over 6 years ago
by
ATC Avalon Team
24
Comments
Li stView does not support editing in V1, but for those who are familiar with File Explorer, editing is quite useful. I will introduce how to make a cell editable in Li stView. Furthermore, you will find it is easy to build a custom control. However...
ATC Avalon Team (Closed)
ListView Sorting
Posted
over 6 years ago
by
ATC Avalon Team
8
Comments
This sample shows how to create a ListView control that uses a GridView to display a list of dates that are defined as DateTime objects. The sample enables sorting of data in ascending or descending order according to the contents of one column. Key...
ATC Avalon Team (Closed)
TreeListView: Show Hierarchy Data with Details in Columns
Posted
over 6 years ago
by
ATC Avalon Team
17
Comments
This is the first session of this topic. I’ll introduce the minimum steps needed to build a TreeListView. The TreeListView is able to present hierarchy data with details in columns. See the following diagram: The main Avalon elements we are going...
ATC Avalon Team (Closed)
A Step-by-Step to Create a Song List
Posted
over 6 years ago
by
ATC Avalon Team
12
Comments
How to create a song list above with some fancy effects? Now it is easy with Li stView in Avalon. 1. To simplify, we can use XmlDataProvider to provide data for Li stView, the xaml looks like below: <XmlDataProvider x:Key="MyData...
Page 1 of 1 (14 items)