Tagged Questions

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

learn more… | top users | synonyms

12
votes
0answers
220 views

Why am I getting a “well-formedness constraint: unique attribute spec” (0xc00cee3c) error when I descend from LongListSelector

I'm trying to create a descendant class from the silverlight toolkit LongListSelector. Let's call it SimpleLonglistSelector. I started from the "Silverlight for Windows Phone Toolkit Source & ...
8
votes
4answers
2k views

How to get accordion region to expand (vertically) to dynamic content?

I have a main datagrid, then an accordion control below it. In one of the accordion items I have another datagrid that binds to the selected item of the first datagrid. Simple xaml is: ...
7
votes
1answer
607 views

Status and Future of Silverlight Toolkit

After completing a small hobby project which leaned only moderately on the SL toolkit, I couldn't help but notice a lot of rough edges (a lot). The most recent version seems to be from April 2010 ...
7
votes
5answers
2k views

TiltEffect and LongListSelector

I am trying to use the TiltEffect from the Silverlight toolkit within a LongListSelector. This is how the element is declared in XAML: <controls:PivotItem Header="Pivot Item"> ...
7
votes
2answers
6k views

How to add Silverlight 4 ContextMenu to DataGrid row using XAML?

Silverlight 4 has a new ContextMenu control in the latest toolkit. I can't find any examples anywhere on how to reliably use this ContextMenu on a DataGrid row. Theres a tonne of context menus out ...
6
votes
2answers
347 views

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() ...
6
votes
1answer
366 views

how to use Candlestick chart in silverlight in asp.net

This is an urgent, i want to use financial charts in silverlight to be integrated in asp.net,your help would be appreciated !!
6
votes
2answers
2k views

How can I get Silverlight 4 Tools to work in Web Developer 2010 Express?

I installed Windows 7. I then installed Web Developer 2010 Express from here with the Web Platform Installer. I then installed the the April 15 release of Silverlight 4 Toolkit from here. I then ...
5
votes
1answer
427 views

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 ...
5
votes
1answer
619 views

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 ...
5
votes
2answers
2k views

XamlParseException using Silverlight Toolkit control in Expression Blend

I am having a strange issue opening up my UserControl in Expression Blend when using a Silverlight Toolkit control. My UserControl uses the toolkit's ListBoxDragDropTarget as follows: ...
4
votes
1answer
305 views

caliburn.micro binding convention for ListPicker on WP7

I'm trying the caliburn.micro framework for a new project but I'm stuck with binding a ListPicker (the one from the toolkit). When I change the control to a simple DropDown, everything works as ...
4
votes
3answers
132 views

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 ...
4
votes
2answers
945 views

Metro styled Silverlight Applications

Is there any guidance available on developing Metro styled silverlight applications? How does one go about designing the UI to match the metro look and feel of WP7. Going by the way windows 8's UI ...
4
votes
1answer
269 views

Remembering Position of LongListSelector

I'm developing a Windows Phone 7 (WP7) app and I'm using a LongListSelector control for a list. When the user taps on one of the items, my event handler navigates to a new page for the selected item. ...
4
votes
4answers
2k views

Silverlight 4: Chart Control

Is there a free chart control for silverlight 4 except for toolkit? Thank you
4
votes
1answer
639 views

How does Silverlight work? [closed]

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 ...
4
votes
2answers
677 views

Why does Silverlight 4 Tools only give partial intellisense?

I finally got Silverlight 4 Toolkit installed , referenced and working after the difficulty of finding the right namespace described in this question. But intellisense doesn't work fully: after I ...
4
votes
2answers
3k views

Removing (collapsing) DataPoints in a LineSeries?

I'd like to remove the datapoint markers from a LineSeries in my Silverlight chart. The only way i found on the web is to set the VisibilityProperty to Collapse. //not working in the current SL ...
3
votes
1answer
91 views

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 ...
3
votes
2answers
132 views

Windows Phone 7 Toolkit: How to reload the data in the Loopingselector control?

I'm using the LoopingSelector to show a series of timestamps. As time progresses, I'd like to update the timestamps in the looping selector. I have a class that implements the ...
3
votes
2answers
400 views

How to show Silverlight Toolkit Busy Indicator during calculation?

I'm having some problems implementing a control that shows a Busy indicator, here is the scenario: I have a simple View with a busy indicator and a TextBlock, this bind to a ViewModel (that is ...
3
votes
2answers
436 views

Change style of Expander ToggleButton in Silverlight Toolkit?

I have an Expander in Silverlight 4 that I am trying to style. Specifically, I want to override the default look of the ToggleButton used in the Expander. How do I go about doing this? I've written ...
3
votes
1answer
119 views

Silverlight Toolkit - Where is the AutoCompleteBox?

I just added the Silverlight 4 toolkit to my project via NuGet. (NuGet package "Silverlight Toolkit - All") I can't find the AutoCompleteBox anywhere in the dlls added to my project. Where is it? ...
3
votes
2answers
320 views

Issue with Silverlight 5 beta and Silverlight April 2010 Toolkit

There seems to be an issue with SL 5 beta and the SL April 2010 Toolkit. After converting a Silverlight Solution (which compiled well under SL 4!) to SL5 I get the following error: The tag ...
3
votes
2answers
432 views

Silverlight Charting Toolkit: Are Interactive Charts possible?

Has anyone tried or successfully implemented interactivity in the charts of the Silverlight Charting Toolkit? I want to grab a column for instance and move it up, so that the bound value is increased ...
3
votes
1answer
414 views

Multiple Series Charts with WPFtoolkit

Does anyone of you know the way to create multiple series charts with wpftoolkit? In a nutshell what I want is to have more dependent values for the same independent value. So far I couldn't find any ...
3
votes
2answers
1k views

ContextMenu on tap instead of tap and hold

I need to open up a menu and since WP7 is not designed to perform such actions, I am taking help of Toolkit. Following is the sample code: <Border BorderThickness="3" Padding="6"> ...
3
votes
4answers
2k views

Windows Phone 7 Page Transitions very slow using Toolkit

I have the problem that whenever I use the Page Transitions from Windows Phone 7 Toolkit, the transitions are very slow and the whole app seems to have framed drops. The animations are "stuttering". ...
3
votes
3answers
1k views

“The tag 'MenuItem' does not exist in XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Input.Toolkit'” error

I'm getting an error trying to build a Silverlight application on a new machine. (Silverlight 4, Visual Studio 2010) This application compiles without error on four other machines. The error is: ...
3
votes
3answers
784 views

Zooming on Silverlight Toolkit charts?

I need to enable zooming on the Silverlight charts I use - at the moment this is Silverlight Toolkit. As far as I've understood the SL Toolkit charts don't support zooming, however I'm looking into ...
3
votes
1answer
276 views

Silverlight toolkit datagrid remove cell vertical separator

How can i remove cell vertical separators only in selected row?
3
votes
3answers
1k views

WrapPanel in Silverlight 4 toolkit

This seems like such a silly question, but I can't for the life of me figure out how to use the WrapPanel in the most recent (April 2010) Silverlight toolkit. Apparently they thought it was a good ...
3
votes
1answer
240 views

Get drop index in Silverlight drag / drop

This article shows how to implement a copy operation on a drop event. I'd like to do the same but I want my dropped item to appear in the collection according to where it was placed on the UI. So I ...
3
votes
2answers
605 views

Installing Silverlight 4 Toolkit without Visual studio 2010 (for build server)

I have just been informed that the Silverlight 4 Toolkit (latest download) requires the prior installation of VS 2010. We are setting up an automated build server for a very large Silverlight Prism ...
3
votes
4answers
2k views

Cannot find a Resource with the Name/Key

I'm trying to unit test a user interface using the Silverlight 4 Toolkit. When I attempt to instantiate the UserControl, it's throwing an exception because in the XAML of the UserControl it's using a ...
3
votes
1answer
277 views

Treeview SelectedItem is sometimes the VM and sometimes TreeViewItem

I have a TreeView that the user navigates to select an item for display in a grid. Briefly the XAML looks like this: <local:TreeViewEx x:Name="theTreeView" ItemsSource="{Binding theData}"> ...
3
votes
2answers
726 views

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 ...
3
votes
1answer
2k views

Silverlight 4 toolkit, charting and lineSeries is null

I create a Silverlight Chart, with the Silverlight 4 toolkit, the April release. Consider the following chart: <Grid x:Name="LayoutRoot" Background="White"> <Charting:Chart Title="Chart ...
3
votes
1answer
3k views

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 ...
3
votes
2answers
3k views

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.
3
votes
3answers
3k views

Is it possable to add a DataField to a Silverlight DataForm without creating an entire edit template?

I am using the DataForm for an entity with about 40 attributes. I'm happy with how the form displays all but 3 of the attributes. These 3 attributes happen to be lists of items. I don't want to have ...
3
votes
3answers
1k views

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 ...
3
votes
4answers
6k views

Silverlight TreeView - Load data when node is expanded

Is there a way to only load child nodes when the parent node is expanded? The problem that I’m running into is that the “expand” icon doesn’t show up if a node doesn’t have any children. Since I don’t ...
2
votes
1answer
33 views

Stale Items Collection in ListPicker during Binding Update

I am having an issue with two-way binding the SelectedItem of the ListPicker In my View XAML i have this ListPicker: <toolkit:ListPicker ItemsSource="{Binding AvailableTGs}" ...
2
votes
3answers
131 views

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 ...
2
votes
0answers
124 views

Silverlight 5 + AutoCompleteBox = Bug

Just installed SL5 and the toolkit, that were released few days ago. The bug happens when you set the Text property of the AutoCompleteBox to string.Empty. It causes the AutoCompleteBox to be in a ...
2
votes
1answer
81 views

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 ...
2
votes
1answer
84 views

Drag and Drop reordering

I want to have drag and drop reordering in a list box. Just like the home screen of the phone does. I.e long press will select the item, then we should be able to drag and drop it to another location. ...
2
votes
2answers
43 views

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 ...

1 2 3 4 5 9