Benjamin
Benjamin

Reputation: 10393

Implementing Tile Controls in Silverlight

I would like to use tile controls in silverlight 5. I searched that and I found below links.

http://demos.telerik.com/silverlight/#TileView/FirstLook
http://www.youtube.com/watch?v=EOxOTrZ_nPc

But they look like commercial products. I don't want to buy them. To implement this, I want to use basic controls which Visual Studio provides. Then, what controls do I have to do digging first?

And are there open source controls about this?

Upvotes: 0

Views: 496

Answers (1)

AlignedDev
AlignedDev

Reputation: 8232

Check out: http://blacklight.codeplex.com/ for the code and http://mightymeaty.members.winisp.net/blacklight.silverlight/ for a demo. The Drag Drop Panel control looks very cool.

Upvotes: 1

Related Questions