New Comment on "RichTextBox"
Why RichTextBox are very slow? Typing any char responses after seconds.
View ArticleNew Comment on "RichTextBox"
Using the RichTextBox from the "Live Explorer app" available here https://wpftoolkit.codeplex.com/ is responding fast to key input.
View ArticleNew Comment on "SplitButton"
Can anyone tell me please how to change the visual states of the component? Basically I want to change the blue background (mouseOver, mousePressed, IsOpen etc) with different LinearGradientBrush but I...
View ArticleNew Comment on "DoubleUpDown"
Hi, When I am emptying the text in doubleupdown control, its not firing value changed event. How can I rectify this problem ? Regards Sriman
View ArticleNew Comment on "DoubleUpDown"
Hi, when I delete the value in a doubleUpDown, it fires the "ValueChanged" event. Can you create a new discussion tab and post a sample please. Thanks.
View ArticleNew Comment on "DateTimePicker"
I wondering why the DateTimePicker control has no BlackoutDates property. I was using a standard WPF DatePicker with a custom attached property that let me select ranges of blackout dates. I switched...
View ArticleUpdated Wiki: DataGrid
DataGrid The datagrid included in Extended WPF Toolkit provides a stunning, shaded appearance and capabilities such as inertial smooth scrolling and animated full-column reordering—which mimics the...
View ArticleNew Comment on "DateTimeUpDown"
Just tried the DateTimeUpDown control Does not seem to work, when you tab off the control it just reset to 'now' value If you edit the value and move off the control, just reset to 'now' value again Is...
View ArticleNew Comment on "DateTimeUpDown"
Hello, These bugs should be fixed. For a demo, you can try the "Click Once App" available on this page : https://wpftoolkit.codeplex.com/ with the "DateTime" sample. The DateTimePicker derives from...
View ArticleNew Comment on "PropertyGrid"
Is there any way to get the PG showing Collections as expandable? Found this for "classical" propertygrid: http://www.codeproject.com/Articles/4448/Customized-display-of-collection-data-in-a-Propert...
View ArticleUpdated Wiki: Home
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.Extended WPF Toolkit™ is the number one collection of WPF...
View ArticleUpdated Wiki: Home
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.Extended WPF Toolkit™ is the number one collection of WPF...
View ArticleUpdated Wiki: Home
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.Extended WPF Toolkit™ is the number one collection of WPF...
View ArticleNew Comment on "WatermarkTextBox"
Is there any possibility that I can set password character to this WatermarkTextBox ?
View ArticleNew Comment on "PropertyGrid"
Can I dynamically control the visibility of the properties? like: public Boolean NeedLogin {get; set;} [DynamicPropertyFilter ("NeedLogin", "True")] public String LoginPage {get; set;}
View ArticleUpdated Wiki: Home
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.Extended WPF Toolkit™ is the number one collection of WPF...
View ArticleNew Comment on "DateTimeUpDown"
Spinner does not seem to work for the following locales: pt-BR,ru-RU,es-ES,ko-KR,ja-JP,zh-CN Is this a known issue ? Are these locales not supported ?
View ArticleNew Comment on "DateTimeUpDown"
Can you create a thread in the discussion tab ? Setting the CultureInfo to those locales and using the DateTimePicker works well in v2.1.
View Article