This is a migrated thread and some comments may be shown as answers.

close button?

1 Answer 25 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Buzz
Top achievements
Rank 1
Buzz asked on 16 Dec 2010, 07:07 PM
I'd like to have a close button (X) in the top right corner of my TileViewItems.
Can someone suggest how I might implement this?

Thanks
Buzz

1 Answer, 1 is accepted

Sort by
0
Buzz
Top achievements
Rank 1
answered on 16 Dec 2010, 08:08 PM
I found a Silverlight example in a previous forum post that I was able to modify.

But the example there uses VisualStateManager, VisualStateGroup, and VisualState which appears to be a .NET 4 thing, and I'm at 3.5.
Instead I used ControlTemplate.Triggers, modeled after the RadTileViewItem default style I extracted using Expression Blend.

I hope this helps someone else.
Buzz
Tags
TileView
Asked by
Buzz
Top achievements
Rank 1
Answers by
Buzz
Top achievements
Rank 1
Share this question
or