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
5
votes
4 answers

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 want to load the children until the icon is…
herbrandson
  • 2,357
  • 2
  • 30
  • 44
5
votes
1 answer

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 type "tk:", it doesn't pop up the various controls I…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
5
votes
4 answers

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 toolkit release var collapseDataPointSetter = new…
devployment
  • 2,121
  • 1
  • 22
  • 33
5
votes
2 answers

LongListMultiSelector Aligning CheckBox with list item

I have a LongListMultiSelector with list items of a larger font-size. Due to this font change, I realized the check-box is always out of alignment to the actual list item. I've tried changing the horizontal and vertical alignment at every level and…
Poken1151
  • 570
  • 5
  • 20
5
votes
1 answer

ContextMenu in DataTemplate Binding issue

I have a context menu in LongListSelector. This list is created and updated in runtime.
Shedon
  • 162
  • 1
  • 9
5
votes
2 answers

GridSplitter MinWidth with fixed size

I have a Grid with 2 columns separated by a GridSplitter using the following XAML code :
danbord
  • 3,605
  • 3
  • 33
  • 49
4
votes
1 answer

'WebException' error on back button even when calling 'void' async method

I have a windows phone app that allows the user to interact with it. Each interaction will always result in an async WCF call. In addition to that, some interactions will result in opening the browser, maps, email, etc... The problem is that, when…
BlazingFrog
  • 2,265
  • 3
  • 21
  • 31
4
votes
2 answers

Modifying FullScreen Design for ListPicker

I've Been working with WP7 for a while, am using listPicker/DatePicker Heavily. i hate its design though.i use liskPicker's property ExpansionMode="FullScreenOnly". i tried to make those controls to look prettier by // Setting A source to the…
Alaa.Ali
  • 1,192
  • 3
  • 11
  • 26
4
votes
1 answer

Pinch Zoom images bound in Listbox

I am trying to implement pinch zoom in my application. I found this article (Correct Pinch-Zoom in Silverlight) and it works perfectly fine for one image. But the problem is, my images are within listbox as shown in below XAML:
4
votes
1 answer

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 buggy state. To reproduce the bug: add an…
Yaron Levi
  • 12,535
  • 16
  • 69
  • 118
4
votes
3 answers

Silverlight Toolkit ; Pie Chart Colors

I have a huge problem that I can't figure out. Let's say that I have five different fruits, and I want each of them to be associated with a certain color. Let's say that I have three "baskets" which contain zero or more of said fruits. When I Make…
A.R.
  • 15,405
  • 19
  • 77
  • 123
4
votes
4 answers

Silverlight: disable automatic first-row selection after DataGrid binding

I have a Silverlight DataGrid, a DataPager and a PagedCollectionView. After the PagedCollection view is bound to the DataGrid, the first row of the DataGrid is selected. This behaviour does not happen, if i am using an ObservableCollection. But due…
4
votes
2 answers

ListPicker - how to make current selection show when full page view opens

I'm using the ListPicker from the latest Silverlight Toolkit on Mango I've got a long list (100 items) of simple text items to choose between - using single item selection mode. When I click on the ListPicker it opens up in full screen very nicely,…
Stuart
  • 66,722
  • 7
  • 114
  • 165
4
votes
4 answers

Adding a horizontal line to a Silverlight Toolkit column chart

I am using the Silverlight Toolkit in a WPF project and I would like to add a dashed red horizontal line to a column chart at a Y-axis value that I can specify. I have modified the chart template and successfully added a line, but I'm not sure how…
PIntag
  • 932
  • 11
  • 26
4
votes
1 answer

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 expected. I assume that the DropDown is working…
MichaelS
  • 3,809
  • 2
  • 26
  • 33
1 2
3
44 45