Quantcast
Channel: wpftoolkit Wiki Rss Feed
Browsing all 892 articles
Browse latest View live

New Comment on "RangeSlider"

There seems to be a problem when binding to controls that don't have the same limiting factors as the range sliders. Setting the lower value higher than the higher value moves both thumbs up but does...

View Article


New Comment on "DropDownButton"

Issue https://wpftoolkit.codeplex.com/workitem/22176 has been created.

View Article


New Comment on "RangeSlider"

Hi, Issue https://wpftoolkit.codeplex.com/workitem/22179 has been created.

View Article

New Comment on "PropertyGrid"

Are the examples correct? When I try the example code from the section "Custom Editors with DataTemplates", I get an error on the line <xctk:EditorTemplateDefinition TargetProperties="{x:Type...

View Article

New Comment on "PropertyGrid"

Hi, This is not an error. TargetProperties is an IList, but you can set it in XAML with a type, or strings separated by comma. An internal TypeConverter is used to convert what you pass and add it to a...

View Article


New Comment on "PropertyGrid"

BoucherS, Thank you for the quick reply. I can confirm that your change eliminates the error from the Designer. However, I'm also getting a runtime error, and that persists even with the change. The...

View Article

New Comment on "PropertyGrid"

Hi T_C, I don't have a runTime error. Can you create an issue and add a sample project producing the bug ? Thanks.

View Article

New Comment on "PropertyGrid"

BoucherS, I got it working. I think I made a mistake applying the correction you posted yesterday, but I've got that fixed and now everything is working as it is supposed to. Much thanks for your help.

View Article


New Comment on "RichTextBoxFormatBar"

I am unable to get this to display in my wpf application. This needs much better documentation.

View Article


New Comment on "RichTextBoxFormatBar"

Hi, Try something like this : <xctk:RichTextBox Margin="5" Width="350"> <xctk:RichTextBoxFormatBarManager.FormatBar> <xctk:RichTextBoxFormatBar />...

View Article

New Comment on "Documentation"

is it possible to download "BusyIndicator" lib only?

View Article

New Comment on "CheckListBox"

If i add item to SelectedItems by use SelectedItems.Add(object) , the ItemSelectionChanged event raise , this is fine but when i check SelectedValue i do not find the value of this object. This also...

View Article

New Comment on "ValueRangeTextBox"

What are valid ValueDataTypes? I cannot set anything (string, Int32, etc.) in XAML or code)

View Article


New Comment on "Documentation"

Hi, The BusyIndicator is part of the Toolkit library. You cannot download only the busyIndicator.

View Article

New Comment on "ValueRangeTextBox"

Hi, here are examples : <xctk:ValueRangeTextBox MinValue="10" MaxValue="20" ValueDataType="{x:Type s:Int32}"/> <xctk:ValueRangeTextBox MinValue="0" MaxValue="10" ValueDataType="{x:Type...

View Article


New Comment on "ValueRangeTextBox"

Excellent examples ... thankis BoucherS

View Article

New Comment on "ValueRangeTextBox"

Good examples but how is the namespace "s" defined? (Sorry to be a bug - I've just started using the Toolkit)

View Article


New Comment on "ValueRangeTextBox"

Hi, "s" namespace can be define like this : xmlns:s="clr-namespace:System;assembly=mscorlib"

View Article

New Comment on "DoubleUpDown"

how can I set the currency type? E.g. change $ to €. And many currencies has the value in the end and not beginning as 12 SEK. Possible to put a custom formatString? As "{0} SEK" or "€ {0}"

View Article

New Comment on "DoubleUpDown"

Or even better "{N2} SEK" or "€ {N2}" to get value with 2 decimals.

View Article
Browsing all 892 articles
Browse latest View live