New Post: No Internet, slow startup of WPF toolkit
Hello all, i fixed the issues by adding to my appconfig file<runtime> <generatePublisherEvidence enabled="false" /> </runtime> Thank you
View ArticleNew Post: Launch ChildWindow when DataGrid row selected
Thank you, @BoucherS, for this very detailed answer. It is very much appreciated.
View ArticleNew Post: PropertyGrid Reset Value
Hi, After some testing, it appears that the Reset option is available in the Plus version of the Toolkit, but not in the Community version of the Toolkit. When you download the LiveExplorer, you have a...
View ArticleNew Post: PropertyGrid: Dynamically add Properties or Hide Properties on...
Good morning, I'm searching for a way to dynamically hide properties that are 'String.IsNullOrEmpty'. I tried using reflection: private void SetBrowsableProperty(string strPropertyName, bool...
View ArticleNew Post: PropertyGrid : Dynamically change DropDown List at runtime
Is there a way to dynamically change a dropdonw list during runtime (in my case the list need to change depending on other property selection). I debug the ItemCollection solution, but the GetValue()...
View ArticleNew Post: PropertyGrid: Dynamically add Properties or Hide Properties on...
Got it working. The trick was to set the Browsable Attribute to true on all properties, then call the SetBrowsableProperty in the setter of the property. [Category("Projekt")] [PropertyOrder(1)]...
View ArticleNew Post: PropertyGrid : Dynamically change DropDown List at runtime
Hi, Have you look at the LiveExplorer available here : https://wpftoolkit.codeplex.com/releases/view/610794 ? In the sample PropertyGrid/Using SelectedObject(s)/Using Attributes, modifying the "IsMale"...
View ArticleNew Post: PropertyGrid Reset Value
Thanks for your response. I am a little unclear after reading your issue ticket. Is reset supposed to work for community edition? You said it should in your ticket and that it should not in your post...
View ArticleNew Post: Custom Style Template for PropertyGrid not Working, Any Ideas?
I am also trying to define a custom style for the property grid. I have gotten pretty far but I am running into the same issue as far as not being able to see the properties. Here is the template I...
View ArticleNew Post: PropertyGrid Reset Value
Hi, Yes, the Reset option is available in the Community edition of the Toolkit. The bug with it in the Community edition will be fixed in v3.1. The Plus edition doesn't have the bug. Thanks.
View ArticleNew Post: Custom Style Template for PropertyGrid not Working, Any Ideas?
Hi, Have a look at "PART_PropertyItemsControl" in the style targeting "PropertyGrid" : There is no ItemsSource. Set it to ItemsSource="{Binding Properties, RelativeSource={RelativeSource...
View ArticleNew Post: Custom Style Template for PropertyGrid not Working, Any Ideas?
Thanks for the quick reply, Can't believe I missed the ItemsSource. That fixed it! I also added the based on part and that fixed it as well. I have updated my Gist for anyone who is interested in...
View ArticleNew Post: Custom Style Template for PropertyGrid not Working, Any Ideas?
Hi, For 2), instead of modifying the BorderThickness of the SearchTextBox, you can modify the BorderBrush. In the "searchBoxContainer", use this :<local:WatermarkTextBox x:Name="_txtFilter"...
View ArticleNew Post: MaskedTextBox/ValueRangeText box clearing text OnLostFocus
Hello Community version 2.7.0 was released and fortunately this issues was not fixed. Was it forgot or is not planned to be changed ? Thanks
View ArticleNew Post: MaskedTextBox/ValueRangeText box clearing text OnLostFocus
Hi, The fix is included in v2.8. I suggest you wait for this version to be released...or buy the Plus version which is already at v3.0 (and includes the fix) :...
View ArticleNew Post: MaskedTextBox/ValueRangeText box clearing text OnLostFocus
Thank you very much for the info. Best Regards
View ArticleNew Post: Custom Style Template for PropertyGrid not Working, Any Ideas?
Sounds good will try that. Thanks again for all your help and effort.
View ArticleNew Post: Controls missing from designer in x64 build mode
I am using Extended WPF Toolkit Community Edition v2.7.0 in Visual Studio 2015. When set to x64 build mode, the XAML/WPF Designer does not show any of the Extended WPF Toolkit controls. When I switch...
View ArticleNew Post: Set CategoryOrderAttribute
Hello, i use the propertygrid and i have create some categories dynamic like this: private IEnumerable<PropertyDescriptor> _getProperties() { // Die Eigenschaften des PluginSetting in Attribute...
View ArticleNew Post: Disable DataGrid cell focus style
I am trying to get rid of the default effect when the DataGrid cell gets focus. The foreground of the text elements in selected line becomes white, and I can't find out how to prevent this behavior. I...
View Article