New Post: PropertyGrid : TypeConverter for Yes/No
Hi, TypeConverter are not supported in the Toolkit. Issue https://wpftoolkit.codeplex.com/workitem/20640 and https://wpftoolkit.codeplex.com/workitem/21764 have already been created.
View ArticleNew Post: Touch friendly Up/Down buttons in NumericUpDowns
Hi, Is there a way to relocate the spinner up/down button. Side by side or one at left and the other at right? This is to make it friendly for application develop for touch monitor.
View ArticleNew Post: Touch friendly Up/Down buttons in NumericUpDowns
Hi, Currently, you have the property "ButtonSpinnerLocation" that you can modify. It lets you position the Up/Down buttons on the left or the right of the control. But the ButtonSpinner (containing the...
View ArticleNew Post: Blur background in BusyIndicator
Hello, i can add a blur effect to the rectangle background? But only the background, not the text within and others. In this part<xctk:BusyIndicator.OverlayStyle> <Style...
View ArticleNew Post: Blur background in BusyIndicator
Hi, Just add another setter for the Blur effect :<Setter Property="BitmapEffect"> <Setter.Value> <BlurBitmapEffect Radius="30" /> </Setter.Value> </Setter>
View ArticleNew Post: PropertyGrid overwriting DataContext of custom editor control
I have a custom Property Grid editor, and the data context of the control is being overwritten, which causes issues with viewmodels, etc. Example:public class MyCustomEditor : ITypeEditor { public...
View ArticleNew Post: Is AvalonDock also usable with Wpf Windows (System.Windows.Window)...
Hi! for one small application it would be very nice if end-user can configure the layot of an application. Inside this application one of very complex wpf element should became docing possibility. This...
View ArticleNew Post: PropertyGrid overwriting DataContext of custom editor control
Issue https://wpftoolkit.codeplex.com/workitem/22343 has been created.
View ArticleNew Post: Property Grid override/ignore Browsable attribute?
Hi, I have a class object that users will edit its properties inside a property grid. I'm looking to have an "advanced" mode, that when enabled, will show ALL properties in the property grid, and when...
View ArticleNew Post: Property Grid override/ignore Browsable attribute?
Hi, if you want to see a property in the PropertyGrid, you need to have the BrowsableAttribute set to True (default is True). If you want to only show some properties, you could : a) modify...
View ArticleNew Post: File Browser from Property Grid
I am unable to get a file browser from the PropertyGrid in my WPF app. I have a property grid in my WPF app.<xctk:PropertyGrid Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3"...
View ArticleNew Post: File Browser from Property Grid
Hi, If you have the Toolkit Plus version, and your Property is of type "FileInfo", you will automatically have a FilePicker editor (with a browsing button). If you decide to use an attribute Editor, it...
View ArticleNew Post: File Browser from Property Grid
Thank you for the response. I think I am getting close, however, I am unable to get the file dialog to bind back the Xceed Property item. public FrameworkElement ResolveEditor(PropertyItem...
View ArticleNew Post: File Browser from Property Grid
Actually it works now, the problem was I had to make my property in the Settings object a String. I had it as a FileInfo. Thanks.
View ArticleNew Post: Default value as bold only
Is it Possible that the Plus edition supports to make the text box bold only if it is the default value in there?
View ArticleNew Post: Default value as bold only
Hi, Can you give more details please ? Which control from the Xceed Toolkit are you referring too ? Thanks.
View ArticleNew Post: Default value as bold only
Property grid I set up some values in list of my property grid by default and want to make just the default values as bold not the modified thanks
View ArticleNew Post: Default value as bold only
We can have a look at it : Bold for default values and normal for modified values. Just to make sure, how do you define your propertyGrid (using the Custom list option like in the LiveExplorer ?) and...
View ArticleNew Post: Default value as bold only
I just notice the attribute DefaultValue is not working for properties in the PropertyGrid. Did you use the DefaultValue attribute to test this or used some other ways or you just asks for this ? Thanks.
View Article