Commented Unassigned: ColorCanvas decrements blue slider upon display [20046]
I'm using the ColorCanvas in my data template for a color selection view model. When I launch a window with this view model as the data context, the setter for the property bound to the color canvas's...
View ArticleCommented Unassigned: ColorCanvas decrements blue slider upon display [20046]
I'm using the ColorCanvas in my data template for a color selection view model. When I launch a window with this view model as the data context, the setter for the property bound to the color canvas's...
View ArticleCommented Unassigned: ColorCanvas decrements blue slider upon display [20046]
I'm using the ColorCanvas in my data template for a color selection view model. When I launch a window with this view model as the data context, the setter for the property bound to the color canvas's...
View ArticleClosed Unassigned: ColorCanvas decrements blue slider upon display [20046]
I'm using the ColorCanvas in my data template for a color selection view model. When I launch a window with this view model as the data context, the setter for the property bound to the color canvas's...
View ArticleCommented Issue: ColorPicker: The MenuItem behind the clicked color is also...
When selecting a color from the `ColorPicker` popup that placed inside a Menuitem, if there is a MenuItem behind the clicked color, it will also be clicked. In my case, the menu item that was...
View ArticleCommented Issue: ColorPicker: The MenuItem behind the clicked color is also...
When selecting a color from the `ColorPicker` popup that placed inside a Menuitem, if there is a MenuItem behind the clicked color, it will also be clicked. In my case, the menu item that was...
View ArticleNew Post: PropertyGrid ExpandableObject. How to make expanded by default?
ToString() works, but it doesn't updates ExpandleObject property text when I change corresponding properties. So if I change "Doe" to "Smith" it still remains John Doe in the ExpandableObject property.
View ArticleNew Post: How to disable Zoombox scaling on content resize?
Just a bump from me. I'd be interested in seeing a solution for this. (Probably for the same reason as panthernet).
View ArticleNew Post: Different zoom origins for zoom in and out
Hello, Is there a way to change the zoom origin depending on whether the user is zooming in or out? I'd like to be able to zoom in on the mouse pointer but zoom out from the centre of my image. Some...
View ArticleNew Post: Dynamic properties in propertygrid
Is there any way to show dynamic properties of custom objects in the propertygrid. For example if I have the following code: public class Student { List<SchoolClass> availableSchools;...
View ArticleCreated Unassigned: Dynamic properties in propertygrid [20070]
Is there any way to show dynamic properties of custom objects in the propertygrid. For example if I have the following code:``` public class Student{ List<SchoolClass>...
View ArticleCreated Feature: Dynamic properties in propertygrid [20072]
Based on discussion https://wpftoolkit.codeplex.com/discussions/453243.
View ArticleNew Post: Dynamic properties in propertygrid
The sample PropertyGridAttributes could be a start. It contains a class of type IItemsSource. You can see the class in the file...
View ArticleNew Post: Dynamic properties in propertygrid
Are you saying that there is currently no support for dynamic properties in this version?
View ArticleCommented Feature: Dynamic properties in propertygrid [20070]
Is there any way to show dynamic properties of custom objects in the propertygrid. For example if I have the following code:``` public class Student{ List<SchoolClass>...
View ArticleClosed Feature: Dynamic properties in propertygrid [20072]
Based on discussion https://wpftoolkit.codeplex.com/discussions/453243.Comments: Dupplicate of https://wpftoolkit.codeplex.com/workitem/20070
View ArticleNew Post: Dynamic properties in propertygrid
The current version supports dynamic properties. Please have a look at the sample "PropertyGrid/Editors/More EditorDefinitions" from the "Live Explorer app" available here :...
View ArticleNew Post: How to disable Zoombox scaling on content resize?
Thirding this. This is a showstopper in using the zoombox in my app.
View ArticleNew Post: How to disable Zoombox scaling on content resize?
I have the solution for ZoomControl here:https://graphx.codeplex.com/wikipage?title=Odd%20vertex%20drag%20behaviour%20%28left%20%2f%20top%20sides%29&referringTitle=Documentation
View ArticleCommented Issue: Custom ItemsSource at runtime [19208]
"Sometimes it is desirable to want to provide a collection of values represented by a ComboBox for a given property."This is true, but it is also sometimes desirable to provide a custom list based on...
View Article