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

WP7 - just few controls when silverlight toolkit added

I am trying to add Silverlight Toolkit to my Windows Phone 7.1 application but when I added Microsoft.Phone.Controls.Toolkit reference I got just few controls in Intellisense (like ContextMenuService, DatePickerPage, GestureService, ...). Nothing…
Libor Zapletal
  • 13,752
  • 20
  • 95
  • 182
0
votes
1 answer

Setting focus on Windows Phone PhoneTextBox throws Exception with Message "0x8000ffff"

On my WP7.1 app, Windows Phone Toolkit PhoneTextBox occasionally throws an exception with Message "0x8000ffff" when setting the focus on it (by tapping the PhoneTextBox). The problem is reproduced this way: Ensure that the PhoneTextBox.IsReadOnly…
lirkki
  • 221
  • 1
  • 8
0
votes
0 answers

Bind SilverLight 5 DataGrid column value to an element in a collection based on a combox box selection

I have a silverlight viewmodel part of which looks something like this: class ViewModel { ObservableCollection People; ObservableCollection Questions; int SelectedQuestionID; } class Person { int ID; string…
Matthew Belk
  • 1,904
  • 2
  • 20
  • 28
0
votes
3 answers

Is there any version problem in Silverlight 3 beta?

I have deployed website using silverlight 3.0.40307.0. It is working perfectly in Local IIS. But when client will installs the newer version of silverlight like 3.0.40626 or higher, It wan't be able to view website. How to get silverlight 3.0.40307…
Prakash Samariya
0
votes
1 answer

How to set Silverlight 5 CurrentCulture & CurrentUICulture separately on DatePicker & TimePicker Control?

I have set two different cultures to the thread as: Thread.CurrentThread.CurrentCulture = "fi-FI" Thread.CurrentThread.CurrentUICulture = "en-Us" But the calender text is shown in Finnish culture. I need to keep the Text(Translations) based on…
Furqan Misarwala
  • 1,743
  • 6
  • 26
  • 53
0
votes
1 answer

How do I access the AccordionItems of an Accordion programatically?

I am using an accordion in my silverlight app. In the accordionItem I am having a listbox and I need to access the expanded accordion item and this listbox of the accordion. I am having hard time finding accessing the accordionitem and the listbox…
gyurisc
  • 11,234
  • 16
  • 68
  • 102
0
votes
1 answer

Transparent image background on WP7 HubTile

I have a collection of HubTiles with user-selected images. If an image with transparency is selected, the HubTile's background color (PhoneAccentBrush) shows through. Is there a way to style just the photo background to Transparent without altering…
Michael Itzoe
  • 1,949
  • 4
  • 29
  • 49
0
votes
1 answer

Using RelativeTimeConverter and updating the Textblock's text as time goes by

In my MainPage.xaml I have a ListBox, with a datatemplate like the following: When the…
Icarus
  • 139
  • 2
  • 13
0
votes
1 answer

Enable WPFApplication access to existing WCF RIA Services

I have a big (too big for me, about 50k line) Silverlight application, written by an ex-colleague. It is written really (really really) badly so I'm not going to change/touch almost nothing. I'd like to easily enable access to his WCF RIA Services…
0
votes
1 answer

Move other items down when opening ExpanderView

I have four toolkit:ExpanderView items on a page. What I want is for the ExpanderViews below the targeted one to move down, leaving space for the one that I need to open. What can I do to accomplish this?
Fibericon
  • 5,684
  • 12
  • 37
  • 64
0
votes
1 answer

How include Microsoft.Phone.Controls.LongListSelector on WP8?

I have the application on the WP7 when I run it on the WP8 fails The type 'Microsoft.Phone.Controls.LongListSelector' exists in both 'e:..................\lib\Microsoft.Phone.Controls.Toolkit.dll' and 'c:\Program Files (x86)\Reference…
0
votes
1 answer

How do you install silverlight Floating windows into visual studio 2010

Hi every one at stackoverflow, I've just recently downloaded the latest file for silverlight floatable windows and I'm not sure how to install it into visual studio 2010 (I'm a "newbie"). The project I'm undertaking at present is in silverlight 5…
0
votes
1 answer

How do I remove the X axis labels from this chart?

Keeping myself concise and to the point I wish to remove the labels or at the very least modify them from my X-Axis : I seem to be using a modified version of this library that allows me to use some tools usually won't work in…
CodePrimate
  • 6,646
  • 13
  • 48
  • 86
0
votes
1 answer

Dynamically adding controls and gesture listener in wp7

I want to add some images or controls dynamically in my canvas control and for each control I want to get its gesture event. How I Would I get that what will be the best approach. void AddText() { TextBlock name = new…
Arslan Pervaiz
  • 1,575
  • 4
  • 29
  • 62
0
votes
1 answer

Listpicker with button in full mode in WP7

I put one button in listpicker full mode template. I want when this button is pressed. It Just invoke my defined event. Not act as normal tap on listpicker And closes the full mode of listpicker. Please see screenshot below.
Arslan Pervaiz
  • 1,575
  • 4
  • 29
  • 62