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 ArticleCreated Unassigned: WatermarkComboBox shows Item.ToString() instead of...
WatermarkComboBox shows Item.ToString() instead of "DisplayMemberPath" in selected item, which makes it hardly usable.See...
View ArticleNew Comment on "ValueRangeTextBox"
Hi, "s" namespace can be define like this : xmlns:s="clr-namespace:System;assembly=mscorlib"
View ArticleEdited Issue: WatermarkComboBox shows Item.ToString() instead of...
WatermarkComboBox shows Item.ToString() instead of "DisplayMemberPath" in selected item, which makes it hardly usable.See...
View ArticleNew Post: Feature Request: Ticks on RangeSlider
It would be very useful to have tick marks and snapping on the range slider. It doesn't seem possible to add this in without creating an entirely new control, so I'm adding a request for it here.
View ArticleNew 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 ArticleNew Comment on "DoubleUpDown"
Or even better "{N2} SEK" or "€ {N2}" to get value with 2 decimals.
View ArticleEdited Issue: Block access when child window is modal [17859]
From the following discussion (http://wpftoolkit.codeplex.com/discussions/252462), it seems it is possible to access the main window using shortcut keys even if the ChildWindow is modal.Comments: **...
View ArticleNew Comment on "DoubleUpDown"
Hi, Simply change the CultureInfo on the control, with a Currency FormatString : <xctk:DoubleUpDown Value="12" Increment="0.5" FormatString="C2" CultureInfo="Fr-fr"/> or <xctk:DoubleUpDown...
View ArticleReviewed: Extended WPF Toolkit - 2.6.0 (mar 09, 2016)
Rated 5 Stars (out of 5) - Very good components without any cost.
View ArticleEdited Feature: PropertyGrid PropertyDefinitions for Nested object [20733]
Based on disucssion https://wpftoolkit.codeplex.com/discussions/531863, user want to be able to specify for Properties to display for expandable properties.Comments: ** Comment from web user: BoucherS...
View ArticleCreated Feature: RangeSlider : Add Ticks [22198]
Based on disucssions http://wpftoolkit.codeplex.com/discussions/652302
View ArticleNew Post: Feature Request: Ticks on RangeSlider
Hi, Issue https://wpftoolkit.codeplex.com/workitem/22198 has been created.
View ArticleEdited Feature: RangeSlider : Add Ticks [22198]
Based on disucssions http://wpftoolkit.codeplex.com/discussions/652302Comments: ** Comment from web user: BoucherS ** Hi,The properties TickPlacement, TickFrequency and IsSnapToTickEnabled will be...
View ArticleNew Post: Is there a way to sort property categories
Hi, I have a propertygrid with some categories, and I would like to have the most imporant category at the top - right now they appear in alphabetical order. Is there any way to get the categories...
View ArticleNew Post: Is there a way to sort property categories
Hi, Yes you can. Try adding the CategoryOrder attribute on your object. Something like :[CategoryOrder("Information", 0)] [CategoryOrder( "Conections", 1 )] [CategoryOrder( "Other", 2 )] public class...
View ArticleCommented Issue: Messagebox hidden [22192]
I have a WPF application embedded in a third-party software. My WPF app only has user controls and no windows at all. What does happen is if I call XCeed.Wpf.Toolki.Messagebox.Show(...), click on any...
View ArticleCommented Issue: Messagebox hidden [22192]
I have a WPF application embedded in a third-party software. My WPF app only has user controls and no windows at all. What does happen is if I call XCeed.Wpf.Toolki.Messagebox.Show(...), click on any...
View ArticleNew Comment on "ValueRangeTextBox"
For the ValueRangeTextBox I have BeepOnError = True and ValueDataType="{x:Type s:Single}" When I enter an alphanumeric into there is no beep. What are the conditions that will trigger the beep?
View Article