New Post: ( http://htstore.info/ ) Selling smtp, mailer, rdp admin, shell...
We wish You happy shopping with us , and good spamming results ! Shop: http://htstore.info/ Yahoo: ru.smtpinbox SPAMMING TOOLSFresh SMTP - IP or Domain - ISP specified , SMTP checker is available too...
View ArticleNew Post: Hide class and namespace from PropertyGrid property
Hi, How about overriding the ToString() property in the class of this ExpandableObject ?
View ArticleNew Post: CollectionControl DisplayMemberPath
Hi, Where exactly do you want to replace the class Name ? Inside the CollectionControl, near the "Add" button ?
View ArticleNew Post: CollectionControl DisplayMemberPath
Sorry, I was not very clear. I meant the listbox of items underneath the "Select type" combobox. I have a "Name" property, and am currently overriding ToString(), but this will not update the text on...
View ArticleNew Post: CollectionControl DisplayMemberPath
Hi, I suggest you wait for v3.0, it has a fix for this. The text shown by the ToString() method (in the left listBox of the CollectionControl) will be updated when a Lost focus occurs in the right...
View ArticleNew Post: Connecting IValueConverter through C# code, not XAML
I am using the PropertyGrid component. Is there any way to set a converter for a property directly in C# by defining an attribute or something similar? I know how to do it in XAML, but I am building...
View ArticleNew Post: PropertyGrid new property button if null
Hi, Issue https://wpftoolkit.codeplex.com/workitem/22289 has been created.
View ArticleNew Post: Connecting IValueConverter through C# code, not XAML
Hi, Can you post a snipet of how you do it in XAML so we can make sure we are talking about the same thing. Thanks.
View ArticleNew Post: Set property min/max in PropertyGrid without multiple editors?
Is there a better way of setting minimums and maximums for numeric properties without creating multiple editors? I have seen some suggestions for a "Range" attribute and that would be a very handy...
View ArticleNew Post: Set property min/max in PropertyGrid without multiple editors?
Hi, Yes, this is available in Toolkit v3.0. You can use the Range attribute as : [Range(0, 10)] [Description( "This property uses the [Range(0,10)] attribute to set the Minimum and Maximum properties."...
View ArticleNew Post: Set property min/max in PropertyGrid without multiple editors?
Fantastic. Definitely looking forward to v3.0, looks like it has a lot of useful features. Thanks!
View ArticleNew Post: PropertyGrid error when opening collection
As soon as I click the "(Collection)" button to open a CollectionControlDialog, it will throw an exception. It appears to be caused by having a List property inside of another List property. Here is...
View ArticleNew Post: Change Highlight/Select Color of NumericUpDown
Hello, How can I change the Color of the selected value from a NumericUpDown(DoubleUpDown) Control?
View ArticleNew Post: PropertyGrid error when opening collection
Hi, Thanks for reporting this. It is already fixed in v3.0. You can wait for v3.0 Community edition to be released, You can buy the Toolkit Plus edition (currently at v3.0 and v3.1 will be released in...
View ArticleNew Post: Change Highlight/Select Color of NumericUpDown
Hi, I believe you are talking about the Background color when the mouse is selecting the numeric values, inside the DoubleUpDown. For a TextBox, you would use :SelectionBrush="Red" For a DoubleUpDown,...
View ArticleNew Post: FilterCategory for IP webcam
Hi, What will be filter category to detect an IP webcam?
View ArticleNew Post: Is Xceed Extended Toolkit v2.9 compatible with Windows 10
I have a C# WPF application that uses Xceed Extended Toolkit (latest stable V2.9 according to nuget) that compiles (VS2015) & runs correctly on Windows 7. The application uses only the...
View ArticleNew Post: Is Xceed Extended Toolkit v2.9 compatible with Windows 10
Hi, There is no compatibility issue with Toolkit v2.9 in Windows 10. Actually, we are developing in a Windows10 environment. As a test, I created a new WPF Application in VS2015 and using the "Manage...
View ArticleNew Post: DateTimePicker throws NullReferenceException
Hello, I'm using the DateTimePicker and modified some ControlTemplates to adjust the look. Now I get this error, when opening the calendar, and then set the focus into the textbox and press any key:...
View ArticleNew Post: DateTimePicker throws NullReferenceException
OK, I found it out by myself: the TimePicker was named "Part_TimeUpDown", but it has to be named "PART_TimeUpDown". My proposal: As it could always happens that anyone is re-templating this control,...
View Article