Pages

Monday, September 10, 2012

How have a list inside a popup control in C#/XAML metro application?

How have a list inside a popup control in C#/XAML metro application?

i would like to know :-

How to have a list inside a popup control in metro application ?

Please let me know how can i workaround this

Thanks in Advance.

Answers & Comments...

Answer: 1
<Popup x:Name="popup"> <Grid  >        <ListBox x:Name="listBox" /> </Grid> </Popup> 
by : Jeff Brand - MSFThttp://stackoverflow.com/users/1595574




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog