New 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 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 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 ArticleNew Post: CheckComboBox doesn't bind SelectedValue when placed in a DataTemplate
It works exactly as advertised when standalone, but if used in a dynamically-assigned DataTemplate the SelectedValue gets ignored (in both directions).<Window.Resources> <DataTemplate...
View ArticleNew Post: CheckComboBox doesn't bind SelectedValue when placed in a DataTemplate
Hi, Have you tried using "Item.SelectedValues", "Item.AvailableValues" and "Item.SelectedValues" in the Resources ? Or maybe using the Binding with a "RelativeSource={RelativeSource...
View ArticleNew Post: CheckComboBox doesn't bind SelectedValue when placed in a DataTemplate
Bouchers, The bindings you suggest are incorrect in the template, which will have a DataContext of type Element, which doesn't have an Item property (that's on the ViewModel). For instance, the TextBox...
View ArticleNew Post: [PropretyGrid] Pretend everything is ExpandableObject?
Is there a way to configure PropertyGrid to pretend everything is an ExpandableObject? I have a use case where the SelectedObject could be almost anything -- I'd rather not apply this attribute to...
View ArticleNew Post: CheckComboBox doesn't bind SelectedValue when placed in a DataTemplate
An issue has been created : https://wpftoolkit.codeplex.com/workitem/20091. Please add the zip file in there. Thanks.
View ArticleNew Post: [PropretyGrid] Pretend everything is ExpandableObject?
Hi, Right now, the PropertyItem has a Dependency Property "IsExpandable" (from PropertyItemBase). When initializing the PropertyItem, the Dependency property is bound to...
View ArticleNew Post: [PropretyGrid] Pretend everything is ExpandableObject?
I already made my own modifications in a local version. I just have added a property to the grid “ForceExpandable”, mirroring the SelectedObject property (in terms of dependency and routing WPF stuff),...
View ArticleNew Post: Suggestion (UpDown Controls): Can you add another property like the...
Hi Team, May be can be helpful for the users to press the keys up and down to increment or decrement the value of the up down controls (like is working right now), and add a new functionality to the...
View ArticleNew Post: Suggestion (UpDown Controls): Can you add another property like the...
Issue https://wpftoolkit.codeplex.com/workitem/20107 has been created.
View ArticleNew Post: A gray-ish area in the MessageBox.
I basically styled the MessageBox as shown here, but without the CloseButtonStyle. In the code-behind of my MainWindow.xaml, I have the following code: private void Button_Click(object sender,...
View ArticleNew Post: A gray-ish area in the MessageBox.
Hi, It is the "ButtonRegionBackground". Like the standard Window MessageBox, the region where the button "OK" is located has it's own background. Just set this "RegionBackground" to the same color as...
View Article