Questions tagged [silverlight-toolkit]

Official Microsoft add-on components for Silverlight on the browser and Windows Phone released via Codeplex.

Download Silverlight Toolkit from http://silverlight.codeplex.com/

669 questions
0
votes
1 answer

It's possible to make the Panorama control on WP7 non-circularly?

I'm using a Panorama control on a WP7 design, and I want to know if there's some way to deactivate the circular (or round) navigation on it? Basically what I would is to end the horizontal scrolling to right on the last item and vice-versa.
0
votes
1 answer

Resizing OOB full screen silverlight application

I'd like to resize my full screen OOB silverlight application based on user preference. User should be able to resize and keep the full screen application as a widget. When I try to apply the resize properties, its getting applied to localhost not…
0
votes
1 answer

Unable to use resource defined in resourcedictionary in code

my problem is as follows: i am trying to add this menu item to context…
Uday0119
  • 770
  • 1
  • 7
  • 23
0
votes
1 answer

Autocomplete in windows phone 7

I have Listbox in my WP7 page like this
Arslan Pervaiz
  • 1,575
  • 4
  • 29
  • 62
0
votes
1 answer

Listbox inside Expander view in wp7

Can we have a list box inside a expander view in wp7. I have a scenario where the listbox items should be added automatically. like. I have a sample cs code to provide the itemsource and bind the data with the list box. Cs code: lstsample.Add(new…
0
votes
1 answer
0
votes
1 answer

Cant find the referenced control on clicking menu item of ContextMenu in Windows Phone

I have a collection of objects which i display in a databound listbox. The listbox contains the template which is defined as a StackPanel whcih contains a TextBlock. The TextBlock shows my data bounded from collection. I am also associating the…
Uday0119
  • 770
  • 1
  • 7
  • 23
0
votes
1 answer

Silverlight Gridview - Update Groups upon property change

Suppose we have a simple class with two string properties, implementing INPC: public class TestClass : INotifyPropertyChanged { private string _category; public string Category { get { return _category; } …
Shaun Rowan
  • 9,269
  • 4
  • 28
  • 52
0
votes
1 answer

WP7 Itemtemplate click event fires on collapsed ExpanderView

I am using the ExpanderView control available in the Silverlight Toolkit with some custom templates. It all works well, but when the ExpanderView is collapsed, and I click on the area below the Header where an item resides when the ExpanderView is…
Raymen
  • 582
  • 6
  • 15
0
votes
1 answer

Drag Event Won't Fire for ListBox in Silverlight

Hopefully this is an easy question. I'm using the ListBoxDragDropTarget from the Silverlight Toolkit to set up drag and drop from one ListBox to another. I can't seem to get the event to fire. Here's my XAML code:
Spencer R
  • 1,118
  • 2
  • 14
  • 34
0
votes
1 answer

Longlistselector Wp7 binding a list inside a list of objects

Hello i am having some issues with data binding in silverlight for wp7. Basically i have trouble binding a list that is inside another list of objects. Here is the example of my classes. public class Movie { public Movie() { …
FilipPudak
  • 79
  • 9
0
votes
3 answers

windows phone 7 wrappanel is not working

I want to wrap my controls in horizontally in wp7 application. Thats Why I am Using Silverlight toolkit Wrap Panel. Its working fine until first row but after First Row my second control goes to second line. After first line my textbox controls…
Arslan Pervaiz
  • 1,575
  • 4
  • 29
  • 62
0
votes
1 answer

Silverlight - How to close a page in Navigation Framework

How do you close a page on a Frame when using Navigation Framework? On a Frame I can only find methods GoBack and GoFoward, but no Close or something like that.
redman
  • 2,115
  • 5
  • 32
  • 59
0
votes
1 answer

How do I style Silverlight chart marker?

I am using the Silverlight 4 Toolkit chart control (and also the WPF chart control). My goal is to have a marker that is an arbitrary symbol - for example I need a marker style that is an X. It can be an image, or a char, I don't mind. Any idea how…
dant
  • 575
  • 1
  • 5
  • 11
0
votes
1 answer

Caliburn micro and list picker control

I am trying to use the list picker control for wp 7 and caliburn micro. I get the binding correct from the model with conventions, but when I press the the picker to see the page to select somethin gelse I get the message PID:0E2108CA TID:0F790ABE…
cjensen
  • 2,703
  • 1
  • 16
  • 15
1 2 3
44
45