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

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -