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
0 answers

Required field in PhoneTextBox toolkit component

I have some PhoneTextBox and their values can't be null. So are REQUIRED. Is There a simple method to do that like in Android?
Frank
  • 730
  • 2
  • 9
  • 20
0
votes
1 answer

Using only month and year on Windows Phone Toolkit DatePicker

Is there a way to show only the month and year(i'm validating credit card expiration) without changing the source code of the toolkit when using the DatePicker?
Thiago Valle
  • 449
  • 1
  • 6
  • 20
0
votes
1 answer

silverlight dependency property call back method keeps in loop

i have created a user control with three dependency properties selected value selected item selected index when one of them changes in the call back i am setting the other two e.g if selected value changed i am setting Selected index and selected…
0
votes
1 answer

Silverlight 3 Toolkit DataForm - No Cancel enabled?

I have a Silverlight 3 datakit:DataForm bound to a ADO.NET Data Service 1.5 CTP2 datasource via the ItemsSource. A fragment is below... var programs = DataServiceCollection.CreateTracked( dashboardService,…
0
votes
2 answers

Reclaiming the space from the DescriptionViewer part of the DataFields on a Silverlight Toolkit DataForm

The DescriptionViewer part of the DataField is used to display the Description property of the System.ComponentModel.DisplayAttribute as a ToolTip in the generated form. I don't want to use this capability and although I can make sure the UI element…
0
votes
2 answers

How to test UI interaction of Silverlight dialogs?

I am using Silverlight 3.0 Unit Testing, version Silverlight Toolkit November 2009. Apart from unit tests, it allows to do UI interaction tests, typically using AutomationPeer subclasses (eg ButtonAutomationPeer to interact with a Button). Are…
Bernard Vander Beken
  • 4,848
  • 5
  • 54
  • 76
0
votes
1 answer

Microsoft.Phone.Controls.Toolkit not available

I have two solutions in VS2012 Professional on Windows8. In both I need to reference the Microsoft.Phone.Controls.Toolkit. Both are WP8 Solution/Projects I used NuGet to install the Toolkit and it was added to the references automatically. However,…
haferblues
  • 2,155
  • 4
  • 26
  • 39
0
votes
1 answer

How can I add padding to my chart?

As you can see from below my LineSeries chart (Silverlight Toolkit) utilize the whole area. How can I add a padding to it? So that the line does not stop/end/start at the border. For as you can see from the label it gets overlapped with the border,…
Jason94
  • 13,320
  • 37
  • 106
  • 184
0
votes
1 answer

CaliburnMicro Action does not fire inside data template

I want to create some sort of filter, when user clicks the filter button from the app bar it will fire up a popup page with list picker in it. I've googled and tried quite a number of solutions but still cannot get it to work. Here are my…
Shulhi Sapli
  • 2,286
  • 3
  • 21
  • 31
0
votes
1 answer

How can I remove the dots in my chart?

I'm using the Silverlight Toolkit's chart, and how can I remove the LineSeries dots? I want only the lines, no dots. I've tried collapsing it, but then they became yellow, the lines too:
Jason94
  • 13,320
  • 37
  • 106
  • 184
0
votes
1 answer

Rotate an ellipse with vertical drag using gesture

I have downloaded the windows phone toolkit from codeplex that enables the phone to receive gesture support. In my application, I have an ellipse. I want to create a method that will rotate the ellipse Counter clockwise when the screen receives…
Siddharth Thevaril
  • 3,722
  • 3
  • 35
  • 71
0
votes
1 answer

Binding list to Dropdown in SIlverlight not working

I am using Silverlight Application in that I am using Datagrid and binding Data based on Observable Collection, but when I am trying to Bind the Observable Collection to Dropdown it's not binding, do we need to write code to Bind in the xaml Code…
Kapil
  • 1,823
  • 6
  • 25
  • 47
0
votes
1 answer

SilverLight 5 toolkit

I'm working an application that is based on Silverlight 5. It's framework 4.5 is MVVM architecture and implemented by Prism. I'm using silverlight 5 toolkit too.
0
votes
1 answer

binding observable collection data list to Single hubtile and display data One after other in windows Phone

Hi Every one I have some data in observable collection data list Now i need Bind this Data to Single Hub tile and Display the data One by One with Some Time Gap Im going to this Articles But Hub tile display only first item form Observable data…
Satti
  • 559
  • 2
  • 8
  • 26
0
votes
1 answer

unable to install Silverlight on Visual Studio 2010 SP1

I have installed Visual Studio 2010 and applied SP1. I am unable to install Silverlight 4 tools to start a silverlight project. I rebooted the machine after installing Visual Studio 2010 and after applying the SP1, yet I get this error shown below.…