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
1 answer

Silverlight Toolkit : select chart series data item on right click as well as on left click

Sorry if this is a newbie question but, well, i am... and i've been trying to do this for 2 days now, searching the web and asking arround, and nobody could help me, so any insight will be appreciated... What i basically need to do is select a…
0
votes
1 answer

Windows Phone 7 automatic call contact

I've been trying to make a program which will call a hard coded contact in WP7. Im using this code for the call function PhoneCallTask phoneCallTask = new PhoneCallTask(); phoneCallTask.PhoneNumber =…
0
votes
1 answer

Horizontal chart bars (Silverlight Toolkit)

Is it possible to show bars horizontally?
NoWar
  • 36,338
  • 80
  • 323
  • 498
0
votes
2 answers

SlideInEffect not working on WP7?

Thanks in advance for your help. I am trying to use the toolkit slide animation on some text blocks within a PanoramaItem. I believe all that is required is to add the toolkit:SlideInEffect.LineIndex to each textblock that I want to slide. Well,…
0
votes
1 answer

HubTile Notification Font Size

Do you know how can I change the font size, or maybe make the Notification text block to resize to fit the text content? Thanks.
Cosmin
  • 2,840
  • 5
  • 32
  • 50
0
votes
1 answer

How to Bind data in context menu WP7

I have a list in which there are schedule name, date and time that are visible, but i want that on the long press of a particular item in a listbox there opens a context menu in which only description and schedule name of particular item is…
sonia
  • 13
  • 4
0
votes
1 answer

Windows Phone 8 Unit Test stuck at "Running Tests"

I am trying to implement an unit test in my Windows Phone 8 application however the test runner wont recognize the tests. I am following this tutorial. Unit Testing In Windows Phone 8 The Basics using Microsoft.Phone.Testing; using…
Joel Dean
  • 2,444
  • 5
  • 32
  • 50
0
votes
0 answers

Overriding ControlTemplate - VisualState MouseOver is only performed on MouseClick

I have overridden the default Template of a scrollbar. It is simply a Rectangle and a Arrow Picture. I have 2 Pictures one for the Normal State and one for MouseOver. In my VisualStates I change the image visibility on MouseOver. When i now go with…
Mark
  • 3,273
  • 2
  • 36
  • 54
0
votes
1 answer

How do I refer to simple strings bound to a Silverlight Toolkit ListPicker in a DataTemplate?

I am styling the ListPicker with a DataTemplate. All the examples I have read assume that the ListItems are bound complex objects and so can refer to properties on the objects using the usual Binding Property syntax.…
Brendan
  • 18,771
  • 17
  • 83
  • 114
0
votes
1 answer

AutoCompleteBox load data from HttpWebRequest

I want to have AutoCompleteBox to complete addresses by request on server. I have this method to fill my AutoCompleteBox: private async void getNearStreets() { if (acbAddress.Text.Length > 2) { …
Libor Zapletal
  • 13,752
  • 20
  • 95
  • 182
0
votes
1 answer

Windows Phone 8 - ContextMenu in ListBox for ListBoxItem

I'm having a ListBox (binds to an observable collection) with the ListBoxItems design defined in the ItemsPanel StaticResource. The ItemsPanel is defined in the App.xml (like to have my stuff in a central place and the design for the ListBoxItem is…
m_c
  • 59
  • 1
  • 9
0
votes
1 answer

deselect silverlight TreeViewItem on reselection

Once we select TreeViewItem, how can we can again deselect it? TreeViewItem.IsSelected event is not called again if TreeViewItem is already selected. I need this behavior on reselecting node in TreeView. Any ideas?
0
votes
1 answer

ExpanderView header style in expanded state

I want to customize style of ExpanderView Header (from Silverlight Toolkit for Windows Phone). For example I want to change Header's foreground to orange. How can I reach it? Here's my ExpanderView style (I removed vertical line and tilt effect on…
ibogolyubskiy
  • 2,271
  • 3
  • 26
  • 52
0
votes
1 answer

Silverlight charts attempt to bind values to the collection instead of the elements

I have a property on my view model which returns some hard coded test data: public ObservableCollection Items { get { return new ObservableCollection { new Item { Key = 0, Count = 5 }, new Item { Key = 1, Count = 3…
0
votes
1 answer

Windows Phone TimePicker change pop up color

How can I set the colours on the pop up Windows from the TimePicker on WP7? By editing the style I can set the colors of the picker but not of the following window. Thanks in advance!
Joao Batista
  • 145
  • 2
  • 7