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

How to set WrapPanel itemsource to list?

I want to show in WrapPanel a list of images. How can I do that or maybe I shall use other control ?
Aram Gevorgyan
  • 2,175
  • 7
  • 37
  • 57
15
votes
2 answers

ItemsSource vs DataContext in binding case

My main question is about binding case in the scene that we have multiple sources for a control(a combobox inside a datagrid)(or having both datacontext and itemssource). Then how can we know which source the binding will use? (any syntax to clarify…
Tai
  • 417
  • 1
  • 6
  • 15
14
votes
1 answer

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 & Sample - Feb…
McKay
  • 12,334
  • 7
  • 53
  • 76
14
votes
6 answers

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:
Praetorian
  • 106,671
  • 19
  • 240
  • 328
14
votes
2 answers

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 added this reference: alt text…
12
votes
2 answers

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:
Ravi
  • 147
  • 1
  • 10
10
votes
5 answers

"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: the tag 'MenuItem' does not exist in XML namespace…
Ron
  • 121
  • 1
  • 4
10
votes
3 answers

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:
Adam
  • 1,580
  • 21
  • 40
9
votes
1 answer

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 (!), and the forum for posting bugs seems to be…
Adam Rackis
  • 82,527
  • 56
  • 270
  • 393
9
votes
2 answers

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 there but I want to use the new version from the…
Simon_Weaver
  • 140,023
  • 84
  • 646
  • 689
8
votes
4 answers

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 comprehensive mechanism to get this working. Any…
picmate 涅
  • 3,951
  • 5
  • 43
  • 52
8
votes
4 answers

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

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 & UX is, I assume the future of how we develop…
7
votes
4 answers

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". Is anyone else experiencing this? I'm using the…
j00hi
  • 5,420
  • 3
  • 45
  • 82
7
votes
1 answer

Remove Vertical line in expander view Windows Phone 7

I'm using the windows phone toolkit and the expander view. By default the expander view has a vertical line on the left side, Can i remove that default vertical line? thanks
1
2 3
44 45