I am new to WP7, so please be gentle! What is the best practice for displaying long lists (~50 items) in WP7 without taking up loads of vertical space?In android, I would just use a spinner, but I do
I was wondering if there was a way to share a listbox on the same page. B开发者_如何学JAVAasically, I have a listbox that is bound to a collectionviewsource.I also have 5-6 pivot controls that will u
In my user contro开发者_开发技巧l I have this property: public static DependencyProperty FooListProperty = DependencyProperty.Register(
How do I display an image & set an image if nothing is passed in @ \'_imageURL\', in a Silverlight 2.0 control? Assuming that i have an url passed in as a string (_imageURL) @ Page.xaml.cs, here i
I am using static a Resource Dictionary which is initialized the following way: static ResourceDictionary resource = new ResourceDictionary()
I have two radio buttons I need the stylized popup to work on and adding the ToolTipService to one, fixes the Popup\'s functionality on both (each has its own style).
I have the following XAML declared: <controls:PivotItem Header=\"map\"> <my:Map x:Name=\"map\"
In windows forms it is easy to select an item from a listview as: myListView.items[index].selected = True;
I\'d like to show the average score in each group. I think I need to add a converter in the control template, actually I don\'t how does it work.
I need a global context menu style/template having a header and then various menu items; as the number of menu items in my context menu can be large it needs to support the scrolling.