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)
March, 2006
MSDN Blogs
>
ATC Avalon Team (Closed)
>
March, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
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...
Page 1 of 1 (7 items)