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
6
votes
3 answers

WP7 Toolkit Update Removed GetItemsInView() from the LongListSelector

With the latest update to the Windows Phone Toolkit they have overhauled the internals of the LongListSelector for the Mango release. One of the changes was removing support for the GetItemsInView() function (it now returns an empty list). This…
6
votes
1 answer

Silverlight Toolkit - Create a chart like Google realtime

I want to create a chart that looks as much as possible like Google Realtime Timeline ideally it should support pan & zoom with dynamic labels for axes instead of clicking on links. Is there any way to do it? Thanks.
Alireza Noori
  • 14,961
  • 30
  • 95
  • 179
6
votes
1 answer

how to use Candlestick chart in silverlight in asp.net

I want to use financial charts in silverlight to be integrated in asp.net.
vishal
  • 61
  • 1
6
votes
1 answer

Silverlight Accordion control: all collapsed when loaded

I'm currently working on a project where I have an Accordion control on the MainPage. It all works just as intended, but there's a small problem that I cannot seem to get my head around. When I load the page, the first accordion is expanded. Is…
bomortensen
  • 3,346
  • 10
  • 53
  • 74
6
votes
1 answer

Autocompletebox SelectedText Bug

I want to bind both the SelectedText and SelectedItem properties of an AutocompleteBox because my client wants to be able to input text and select from the list also. It's working properly but ... The MainPage has one DataGrid. When I select a…
6
votes
2 answers

Remaining validation tooltip on TabControl

I have a problem with a TabControl, a TextBox and a validation ToolTip. Imagine having a TabControl with two TabItems. On the first item there is a simple TextBox. This TextBox Text property is bound to a string property of the UserControl itself…
5
votes
2 answers

Scrolling down in windows phone 7 design pane in visual studio

Silly question, but how do you scroll down in the wp7 design pane for visual studio ? I have a lot of StackPanel elements in the page and the design pane only shows the first ones who fit the wp screen. i can't find a way to scroll down to the other…
Michael
  • 22,196
  • 33
  • 132
  • 187
5
votes
3 answers

C# / WPF - Is it feasible to recompile the SilverLight 4 toolkit for use in a WPF App?

I really like some of the pre-built controls available in the Silverlight 4 Toolkit I understand the CLRs are different but I was hoping that I could download the source and recompile for the CLR that WPF uses. Is this possible? The WPF Toolkit is…
CityView
  • 657
  • 9
  • 22
5
votes
2 answers

Restore Scroll Position in LongListSelector after tombstone

I'm trying to work with the LongListSelector control from the WP7 Silverlight Toolkit. It's taken a bit of work, but I finally have it working with my app. Unfortunately, I am having some trouble properly handling the tombstoning process. When the…
CactusPCJack
  • 459
  • 5
  • 18
5
votes
1 answer

WP7 toolkit: Gestures on ListBox - selected item

using hold gesture on listbox. When the hold is fired the original source is a textblock not the listitem. How do I get the selected item from the gesture? sender is a listbox but the selecteditem/index/items contains nothing.
Dustin Davis
  • 14,482
  • 13
  • 63
  • 119
5
votes
1 answer

Silverlight DataGrid row color binding

I'd like to find a way to bind the background color of rows of a DataGrid to a property of my bound objects. Here is my XAML : I'm using the MVVM Light Toolkit with Silverlight 4.
5
votes
1 answer

Silverlight DragDrop.DoDragDrop()

I am really struggling to get a simple drag and drop sample working in Silverlight 4. Here's what I have: XAML
5
votes
3 answers

Silverlight designer unhandled exception

When I create a new Silverlight Application (C# if that matters) using Silverlight 4 (with or without WCF RIA Services Checked) and open the MainPage.xaml in the designer I receive an Unhandled Exception has occurred. Stack is below. This is on an…
Jake1164
  • 12,291
  • 6
  • 47
  • 64
5
votes
1 answer

How does Silverlight work?

Can anyone point me to a link with detailed description on how Silverlight works. I mean in the sense that, does it run as a separate process or does it run in the same process as browser? Does the silverlight plugin responsible for parsing the XAML…
srd
  • 83
  • 4
5
votes
2 answers

Silverlight 4 Unit Testing

I've installed Silverlight 4 Toolkit April 2010 and have VS 2010 RTM but Silverlight 4 Unit Test Project template is not installed. Is it by default for this release? If so, how can I use SL4 unit testing? Thanks.
mrtaikandi
  • 6,753
  • 16
  • 62
  • 93
1
2
3
44 45