New Post: PropertyGrid
The Xaml designer is throwing the following error:"Cannot modify TargetProperties once the definition has beed added to a collection." on this line.<xctk:EditorTemplateDefinition...
View ArticleReviewed: Extended WPF Toolkit - 2.0.0 (Dec 06, 2013)
Rated 2 Stars (out of 5) - I can use the dll in general. However, I have a problem with BusyIndicator. Based on Usage as follows: Add namespace: xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"...
View ArticleNew Comment on "BusyIndicator"
I can use the dll in general. However, I have a problem with BusyIndicator. Based on Usage as follows: Add namespace: xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" Default Settings:...
View ArticleCreated Unassigned: Avalondock maximizing floating toolwindows too large [20504]
When double clicking the caption of the main window it resizes to the desktop size - taskbar width/height. But when double clicking the caption of a floating toolwindow it resizes to the size of the...
View ArticleNew Post: Setting TargetProperties on a PropertyGrid EditorTemplateDefinition
Hello, I have the following C# code: public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); And andGate = new And("And"); andGate.Values = new ValuesClass();...
View ArticleNew Post: PropertyGrid Expand Collection
Hello! I'm using PropertyGrid control for displaying properties of my objects. The problem is that I have a collection of objects and I haven't managed to expand it. I've already played enough with...
View ArticleNew Post: How to disable Zoombox scaling on content resize?
I have the same problem. I would like to block the OnContentSizeChanged in order to keep the same view without changing scale.
View ArticleNew Post: PropertyGrid Expand Collection
Hi, Like you said, if you have an object you want to be expandable, you need to decorate it with the ExpandableObject Attribute. An example is shown in the LiveExplorer of the toolkit available on this...
View ArticleNew Post: How to disable Zoombox scaling on content resize?
It seems like the authors don't bother to look at this topic either... I'm still messing with this control :(
View ArticleCreated Unassigned: Zoombox Viewbox Factor [20508]
I am using a Zoombox wrapping content in viewbox. When this content is resized the viewbox do not show the right things because the ViewBoxFactor is not updated when the size of the real content has...
View ArticlePatch Uploaded: #15552
Tekarihoken has uploaded a patch.Description:I have correct the zoombox in order to take into account the event sizechanged on the _trueContent and not only on the _content when the zoombox wrapp...
View ArticleNew Comment on "CheckComboBox"
I get strange non-working behavior with this control. The last checked item does not show the check box as marked (even though it is listed in the concatenated value). The binding to SelectedValue also...
View ArticleCommented Unassigned: Zoombox Viewbox Factor [20508]
I am using a Zoombox wrapping content in viewbox. When this content is resized the viewbox do not show the right things because the ViewBoxFactor is not updated when the size of the real content has...
View ArticleNew Post: How to disable Zoombox scaling on content resize?
According to me this Scaling is due to the bug mentionned in the Issue : 20508. When i had correct this bug using the patch i had uploaded the zoombox do not change scale anymore. However you can need...
View ArticleNew Post: ColorPicker Binding
Im new to wpf and got stuck for hours now with a, what I think, simple Problem.Im creating a paint app and want to implement a colorpickertool to pick the color of a pixel of an image. I hope my Code...
View ArticleNew Comment on "PropertyGrid"
Hi I actualy have to complayne about some thing. I am making a kind of Form Designer so I developed a class implementing the System.ComponentModel.ICustomTypeDescriptor overloading the GetProperties...
View ArticleNew Post: ColorPicker Binding
Hi, your property Test need to be A) a DP defined like this : public static readonly DependencyProperty TestProperty = DependencyProperty.Register( "Test", typeof( Color ), typeof( MainWindow ), new...
View ArticleNew Post: ColorPicker Binding
Thanx, this really helped me :) I used the first solution and did like this FrameworkPropertyMetadata(Color.FromARGB((byte)clrA,(byte)clrR,(byte)clrG,(byte)clrB)...); clrA,clrR,clrG,clrB are integers...
View ArticleNew Comment on "CheckComboBox"
Hi, can you please create a discussion tab and submit a code snippet of problem ? Thanks
View Article