Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Browsing all 4964 articles
Browse latest View live

Commented Issue: Zoombox.Scale throws NullReferenceException [18713]

Setting Zoombox.Scale through XAML throws a NullReferenceException, whether thru a binding or literal value, and will crash the Visual Studio 2010 designer.Comments: ** Comment from web user: emartin...

View Article


New Post: How to change error message of IntergerUpDown

Are you refering to the message of the ArgumentOutOfRangeException provided as part of the InputValidationErrorEventArgs when UpDownBase.InputValidationError is raised ?

View Article


Commented Issue: Feature request: PropertyGrid - explicit category order [17979]

Usually when working with a PropertyGrid you would like your properties to be structured and displayed inside some categories. Now, there are cases when the most appropriate way for displaying...

View Article

New Post: Major price hike?

Is it my imagination, or has the price of the WPF Toolkit "Plus" edition almost doubled?Version 1.9 = $180Version 2.0 = $350

View Article

New Post: Major price hike?

Yes, it has. Here's a coupon you can use to get it for $180: JN95U6N Good for one week as of now. You can use it at wpftoolkit.com when using the credit card options. If you want to do that with PayPal...

View Article


Commented Issue: Feature request: PropertyGrid - explicit category order [17979]

Usually when working with a PropertyGrid you would like your properties to be structured and displayed inside some categories. Now, there are cases when the most appropriate way for displaying...

View Article

New Post: PropertyGrid ReadOnlyAttribute & Foreground

How I can mark readonly property in PropertyGrid by gray color (as PropertyGrid in VS)?

View Article

New Post: How to change error message of IntergerUpDown

Yes exactly. Here what i do :public void Editor_InputValidationError(Object sender, InputValidationErrorEventArgs e) { System.Windows.MessageBox.Show(e.Exception.Message); }

View Article


New Post: How to change dynamically in code readonly property of a propertyItem

Hi, Some properties of my propertyGrid model need to be readonly in function of the context so how can i do that from a propertyItem? And the readOnly attribute doesn't work with editors, this is...

View Article


New Post: ChildWindow in a UserControl

In my application I have a UserControl which contains a ChildWindow. When I open the ChildWindow it gets centered inside the UserControl and can only moved inside it because it is part of its visual...

View Article

New Post: How to change dynamically in code readonly property of a...

up, I found a way to do that : public void SetPropertyReadOnly(PropertyItem pProperty, bool pValue) { PropertyDescriptor descriptor = pProperty.PropertyDescriptor; ReadOnlyAttribute attribute =...

View Article

New Post: How to set focus on the desired PropertyItem of a PropertyGrid...

I found the solution :Keyboard.Focus(property.Editor);

View Article

New Post: BusyIndicator width smoothing

I have BusyContent that varies widely in width. This has the effect that the width of the BusyIndicator changes a lot. Is there any way of smoothing this? Possibly by making the width of the...

View Article


New Post: How to change error message of IntergerUpDown

My best guess to localize this string would be to interpret the exception itself and re-create the message (did not check the code-compilation, may have some errors, typos):public void...

View Article

Created Feature: PropertyGrid ReadOnlyAttribute & Foreground [19708]

from [this discussion](https://wpftoolkit.codeplex.com/discussions/443557)-=-=-=-=-=-=-=-=-=-How I can mark readonly property in PropertyGrid by gray color (as PropertyGrid in VS)?

View Article


New Post: PropertyGrid ReadOnlyAttribute & Foreground

This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

View Article

New Post: ChildWindow in a UserControl

try this:<UserControl> <Grid> <Grid> ... Put your "screen" here </Grid> <!-- This grid is "overlaped" over the "screen" content --> <Grid> <xctk:ChildWindow...

View Article


New Post: How to change error message of IntergerUpDown

Ok thanks i'll do like this ;)

View Article

New Comment on "PropertyGrid"

I need some custom Sort of the properties which are shown in the Property Grid. Please help me out if there is any possibility.

View Article

New Comment on "PropertyGrid"

<no name> tag appears on the Property Grid when Selected Index is -1. Please help me how to remove the tag ?

View Article
Browsing all 4964 articles
Browse latest View live