Advanced Forum Search Results
-
Sorry, are we talking about the "Silverlight Toolkit" (installer from http://Silverlight.codeplex.com) or the "Silverlight 3 Tools"?
-
Hi,
Read about C# Xml Serialization @ http://www.google.com/search?q=c%23+xml+serialization&rls=com.microsoft:*&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1
http://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlserializer.aspx
Read about TreeView Hierarchical DataBinding @ ...
-
Are you using the AutoCompleteBox from the Silverlight 2 Toolkit July 2009 release or the Silverlight 3 RTM?
Or are you using an old version?
-
Hi,
I can't repro this issue. Can you please post a new self-contained, minimal and relevant repro?
What exactly is null?
There's couple of things that come to mind:
1. the Webservice call might had an error and e.Result is null.
2. The visual tree hasn't loaded yet and the "PC" Chart is null.
3. You're not on the ...
-
Hi John,
What does "Header and Content cannot be set in XAML for AccordionItem" mean exactly? Is someone holding your hand and stopping you from setting a property value? :)
What issues exactly are you having with using the Accordion control in Blend 3? On my box, it works fine.
Sincerely,
-
Hi,
We currently don't support Theming the ChildWindow control in Silverlight Toolkit themes.
We are hoping to be able to support theming that control in Silverlight Toolkit vNext.
Your suggestion is the best thing to do in order to assure controls in ChildWindow get themed.
Theme the ChildWindow element or place a Theme container as the ...
-
Hi,
TabControl does not directly support that feature.
If you're really determined to get that to work, there is a way.
Internally, we use a control called "TabPanel" to align Tab headers in the TabControl.
You can see the copy of the source @ http://silverlight.codeplex.com/SourceControl/changeset/view/25992#637534
By ...
-
Hi Rick,
Sorry, I can't repro the behaviour you've described. Can you please post a minimal and relevant code repro?
If you switch from decimals to doubles, does is the situation better?
Thanks,
-
Hi,
I'm not aware of any way to get LinearAxis to work with Integers. It's recommended that you use doubles when Databinding to Chart.
If you'd like to see that change, feel free to open up a codeplex issue:
http://silverlight.codeplex.com/WorkItem/Create.aspx
Make sure you explain why you'd like to use integers and not doubles.
-
Hi,
I'm not aware of any such option. Why do you need to know when a TreeViewItem is generated?
I'd suggest you use an inherited TreeView for that.
http://silverlight.net/blogs/justinangel/archive/2009/05/19/silverlight-treeview-advanced-scenarios-treeviewextended.aspx
The part you're looking for is "Chapter #6: Exposing a ...