1

I have a requirement wherein I have to create a list of item which are similar to Windows tile which we see in the Start Menu. Since the Start Menu tiles comes with default feature like like a pin and an ellipse button is shown on long press, is it possible to create such tiles inside my application so that those features comes by default. Any sample code or links to samples online will be helpful. Attached screenshot of the behaviour on long press

Ray
  • 231
  • 1
  • 11
  • Take a look at this SO [thread](http://stackoverflow.com/questions/24630251/wpf-tile-control-like-windows-8-start-menu). – Nebelkraehe Apr 05 '16 at 06:15
  • Thanks Ruben, the article talks about the drag and drop feature but I am more concerned about the ellipse button and the pin feature which gets enabled on long press of tile on a touch device. – Ray Apr 05 '16 at 11:20

1 Answers1

0

There is no default control for your requirements. You need to create custom UserControl or new templace for the default ones.

thang2410199
  • 1,932
  • 2
  • 17
  • 18