c# - Clickable complex item in windows phone -


I have grid control in my panorama app with some content and I wanted to be able to navigate to this grid. Other pages I'm looking for the best way to do this, but I did not find any solution. I was thinking about template designing a button to keep the grid with images and texts, but I read somewhere that it was not a good idea, the button was not good for doing so I also influenced the effect of Silverlight Toolkit. Do anyone want to be able to use the best way to do this?

Thank you!

nothing wrong to use a button for it; Due to doing something like this, the button is a content control

All you have to do is make your grid the content of the button:

  & lt; Button & gt; & Lt ;! - Your grid is here - & gt; & Lt; / Button & gt;    

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -