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
4
votes
1 answer

Silverlight 4 Overriding the DataForm Autogenerate to insert Combo Boxes bound to Converters

I've been working towards a solution for some time and could use a little help. I know I've seen an example of this before, but tonight I cannot find anything close to what I need. I have a service that provides me all my DropDownLists, either from…
4
votes
2 answers

silverlight 3: How to create a resizable childwindow?

Is there any way to create a resizable childwindow in silverlight 3? Any pointers are highly appreciated.
funwithcoding
  • 2,412
  • 2
  • 30
  • 41
4
votes
3 answers

How do I give the focus to a TextBox in a DataForm?

I've got a small DataForm and I want to set the focus on the first TextBox. I'm using the Novermber 2009 Toolkit. I've named the TextBox and tried using .Focus() from the DataForm's loaded event. I see it get focus for one cursor 'blink' and then…
4
votes
2 answers

DataGridDragDropTarget: Change Icon depending on the drop target

I'm currently writing a tool to assign entities from one DataGrid to entities in another DataGrid via drag-and-drop. With some fiddling, I got everything to run smoothly, with one minor annoyance: Some entities cannot be assigned to some other…
Nuffin
  • 3,882
  • 18
  • 34
4
votes
2 answers

Windows Phone Toolkit Context Menu Items have wrong object bound to them when an item is removed and then added

I just encountered a serious problem with Context Menu which I cannot resolve for hours. To reproduce the problem I created a brand new Panorama app with the app templates for Windows Phone 8 in Visual Studio 2012. I installed Windows Phone toolkit…
Stilgar
  • 22,354
  • 14
  • 64
  • 101
4
votes
1 answer

How to add XNA Content Pipeline to Silverlight 5 in Visual Studio Web 2010 Express?

The Silverlight 5 XNA samples, I presume are built in Visual Studio Professional editions as when when opening them in Visual Web Express 2010 it cannot open the Content Projects. NB: I have reported the issue here, so watch out for a resolution…
markmnl
  • 11,116
  • 8
  • 73
  • 109
4
votes
1 answer

Adding references for SilverLight ToolKit 5

I have googled so much but couldn't find any solution so i have decided to put my question over here....so please forgive me if this is a stupid question. I download the Silverlight toolkit from here:…
3
votes
2 answers

ExpanderView does not show all Items

I am using the ExpanderView of WindowsPhone Toolkit and on first load my expanded Expander will always look like the second picture. It seems, that its always at the same Height of all Items together. If I goto another page and go back, everything…
user1021605
  • 241
  • 3
  • 14
3
votes
1 answer

Binding LongListSelector to nested ObserverCollection that's updated asynchronously (using WebClient)

I have a LongListSelector in a Windows Phone Silverlight project, that is bound to a nested ObservableCollection. In order to get the grouping working and updating automatically, I'm using a custom group class that extends ObservableCollection. My…
3
votes
1 answer

Colour selection of Silverlight Toolkit Chart Line Series

I'm working with the Silverlight 4 toolkit and using the Charting control, specifically the Line Series. I'm also using one of the Microsoft Silverlight themes, which comes with some default styling for the Chart. I know that in the…
Isaac Abraham
  • 3,422
  • 2
  • 23
  • 26
3
votes
3 answers

How do I deploy a 3D Silverlight 5 web application to a third-party hosting server?

What I want to do I've been playing around with the newly released Silverlight 5 and Silverlight 5 Toolkit (December 2011), and I would like to try deploying my 3D Silverlight test application to a third-party hosting server (AppHarbor in my case,…
Michael
  • 1,968
  • 4
  • 24
  • 40
3
votes
1 answer

Zooming in windows phone 7

I want to zoom in/out the canvas in windows phone 7, I have used the windows phone toolkit for silverlight but it is only zooming a particular item on the canvas like a single image. In my application i want to zoom in/out canvas in such a way that…
3
votes
1 answer

Change transitions page duration

I'm using Windows phone Silverlight Toolkit transitions with this XAML code:
VansFannel
  • 45,055
  • 107
  • 359
  • 626
3
votes
1 answer

Implement search like the People search

Is there an implementation/example of the Windows Phone native search in the People hup ? (shows a ListBox and typing in the SearchBox will filter the people in the list, and highlighting the matching texts). I was especially looking for a…
Thomas Joulin
  • 6,590
  • 9
  • 53
  • 88
3
votes
2 answers

How can I scale a Silverlight application to 50% width/height?

I created a simple 2D game in XNA for Windows and Xbox. I'm in the process of porting this game to Silverlight 5 (at the time of this writing, still in RC), which supports SpriteBatch, Texture2D, and all sorts of other XNA goodies that I'm using in…
Michael
  • 1,968
  • 4
  • 24
  • 40