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

Display Richtext in WP7 app

I want to display an about text in my WP7 app. But it contains links, bold text and an bullet point list. Is there an easy way to display this as some kind of richtext or html? I don't want to build this using a stackpanel with textblocks and…
Hinek
  • 9,519
  • 12
  • 52
  • 74
3
votes
3 answers

Silverlight treeview: save expanded/collapsed state

I'm using a hierarchical tree view in Silverlight 4. This tree can be cleared and rebuilded quite often, depending on the user's actions. When this happends, the tree is collapsed by default, which can be annoying from a user perspective. So, I want…
Mathieu
  • 1,638
  • 2
  • 27
  • 50
3
votes
2 answers

How to localize ToggleSwitch on Windows Phone 7 (localizing Silverlight Toolkit)?

Silverlight Toolkit has a resource file named Resources.resx, which contains "On" and "Off" string states for the switch. But when I have added a corresponding localized resource, Resources.ru-RU.resx, it wasn't picked up by the localization (though…
Sergey Aldoukhov
  • 22,316
  • 18
  • 72
  • 99
3
votes
2 answers

Silverlight - Removing implicit styles from a section

I'm using Silverlight toolkit to set the styling for my whole application. Now I need to remove the implicit styling from a specific section, so that it doesn't interfere with other styling in that section. Basically I want to do something like…
alf
  • 18,372
  • 10
  • 61
  • 92
3
votes
1 answer

Two-way databinding to ObservableCollection on Silverlight TreeView using DragDropTarget

Here's the question at its most basic: how do I listen for an update of what is changing in a TreeView control modified via a DragDropTarget? So here's my deal: I have a TreeView that holds agenda items. All are of the same data type…
3
votes
2 answers

Windows Phone 7 Toolkit: How to reload the data in the Loopingselector control?

I'm using the LoopingSelector to show a series of timestamps. As time progresses, I'd like to update the timestamps in the looping selector. I have a class that implements the ILoopingSelectorDataSource interface, but I can't figure out how to force…
Alan
  • 45,915
  • 17
  • 113
  • 134
3
votes
2 answers

How to show Silverlight Toolkit Busy Indicator during calculation?

I'm having some problems implementing a control that shows a Busy indicator, here is the scenario: I have a simple View with a busy indicator and a TextBlock, this bind to a ViewModel (that is something like the following). public class ViewModel { …
Ariel
  • 1,641
  • 1
  • 18
  • 27
3
votes
2 answers

Change style of Expander ToggleButton in Silverlight Toolkit?

I have an Expander in Silverlight 4 that I am trying to style. Specifically, I want to override the default look of the ToggleButton used in the Expander. How do I go about doing this? I've written some style for the Expander so far, but I can seem…
TheEnigmaMachine
  • 613
  • 1
  • 8
  • 20
3
votes
1 answer

Silverlight Toolkit - Where is the AutoCompleteBox?

I just added the Silverlight 4 toolkit to my project via NuGet. (NuGet package "Silverlight Toolkit - All") I can't find the AutoCompleteBox anywhere in the dlls added to my project. Where is it? Things I've tried: I cracked open all the dlls it…
Judah Gabriel Himango
  • 58,906
  • 38
  • 158
  • 212
3
votes
1 answer

silverlight media play stop state

I am using SMF silverlight media player. I am using the following code to get me the current volume on player this.item = function(){ alert(this.player.GetVolume()); } which works fine but I also want the current status of the media.…
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221
3
votes
1 answer

Silverlight Toolkit LineSeries Title Removal

I am using the silverlight toolkit lineseries control and want to get rid of the title but I cannot find a way via Expression Blend or VS. I have tried to change the TitleStyle and LegendStyle of the parenting chart but have found that obviously…
Leslie Davies
  • 4,052
  • 1
  • 16
  • 14
3
votes
2 answers

How to conditionally format axis values in Silverlight Toolkit LineSeries

I am trying to conditionally format the numbers that appear in a NumericAxis axis for a LineSeries (from Silverlight 4 Toolkit). To be more specific, I want numbers that are >=10000 and <=0.0001 to display in scientific notation, but I can't seem to…
3
votes
1 answer

MVVM: Manage many to many relationship with treeview in (Silverlight)

Sorry to ask just a wide question, but I am having trouble thinking how to approach this problem. I have a many to many relationship: Product 1 --- * ProductCategory * --- Category Category also has: Category 0..1 --- * Category (As…
James
  • 2,458
  • 3
  • 26
  • 50
3
votes
1 answer

Silverlight 4: Chart Toolkit Color Set

Im migrating my Chart code from visifire to Toolkit. I would like to know the counter part of ColorSet property[sample value Caravan,Picasso..] of Visifire to Toolkit. Is there any? TIA
xscape
  • 3,318
  • 9
  • 45
  • 86
3
votes
2 answers

Silverlight Charting Toolkit: Are Interactive Charts possible?

Has anyone tried or successfully implemented interactivity in the charts of the Silverlight Charting Toolkit? I want to grab a column for instance and move it up, so that the bound value is increased through my interaction with the chart. I know…
Amenti
  • 1,511
  • 1
  • 13
  • 29