New Post: Assign an Enum to an object type property in a Propertygrid
Great it works fine! thx.
View ArticleNew Post: How can I change progress bar value in BusyIndicator?
After looking around and trying a few things, I finally found the solution here:http://stackoverflow.com/questions/12515710/problems-with-binding-data-to-data-templates-inside-a-busyindicator When...
View ArticleCreated Unassigned: DateTimePicker.FormatString throws Exception [20038]
When we sets value to DateTimePicker.FormatString, unwanted exception may be occured.FormatString property validates value by internal static IsFormatStringValid method, CultureInfo.CurrentCulture is...
View ArticleCreated Unassigned: TimeSpan Displays as Time (AM/PM) in PropertyGrid [20039]
I'm using the latest Toolkit (downloaded today). When setting the SelectedObject to an object containing multiple TimeSpan's, the value is being displayed as a time of day. ExampleTimeSpan value =...
View ArticleNew Post: BusyIndicator and Task not working
Hi, I've recently started using Task<T> instead of BackgroundWorker for my application. It seemed like the sensible thing to do at the time. However, I've noticed that the BusyIndicator doesn't...
View ArticleCommented Unassigned: TimeSpan Displays as Time (AM/PM) in PropertyGrid [20039]
I'm using the latest Toolkit (downloaded today). When setting the SelectedObject to an object containing multiple TimeSpan's, the value is being displayed as a time of day. ExampleTimeSpan value =...
View ArticleClosed Unassigned: TimeSpan Displays as Time (AM/PM) in PropertyGrid [20039]
I'm using the latest Toolkit (downloaded today). When setting the SelectedObject to an object containing multiple TimeSpan's, the value is being displayed as a time of day. ExampleTimeSpan value =...
View ArticleNew Post: Using DataGrid in Windows Store apps
Hi, I have to represent data in my Windows Store App in a tabular fashion. As there is not built-in DataGrid, I thought about using the toolkit's control. Is this possible?
View ArticleCommented Unassigned: TimeSpan Displays as Time (AM/PM) in PropertyGrid [20039]
I'm using the latest Toolkit (downloaded today). When setting the SelectedObject to an object containing multiple TimeSpan's, the value is being displayed as a time of day. ExampleTimeSpan value =...
View ArticleNew Post: Using PropertyGrid with EnumDescConverter
I have used the type converter class EnumDescClass from CodeProject to associate a descriptive text with some enum values. This is my enum definition:[TypeConverter(typeof(EnumDescConverter))] public...
View ArticleNew Post: BusyIndicator and Task not working
I was inadvertently blocking the UI thread, I didn't realise because the call to WaitAll which did the blocking occurred much later than the property notification for the IsBusy binding. I've fixed the...
View ArticleNew Post: Using DataGrid in Windows Store apps
Based on my understanding, I don't think the toolkit's dataGrid will work in the Windows Store App. From this link :...
View ArticleNew Post: Using PropertyGrid with EnumDescConverter
As a workaround, you can replace the line if( markupProperty != null ) with if( ( markupProperty != null ) && ( markupProperty.PropertyType != typeof( object ) ) &&...
View ArticleCreated 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 ArticleNew Post: Using PropertyGrid with EnumDescConverter
Excellent! Thank you very much for the quick reply. That fixes the problem for me. Best regards Phil
View ArticleNew Post: PropertyGrid ExpandableObject. How to make expanded by default?
How to make ExpandableObject property expanded by default? Is it possible? Also is it possible (using custom editors I think) to bind data from ExpandableObject to the expandable property itself. So...
View ArticleNew Post: Using DataGrid in Windows Store apps
Thank you for your answer, even if it won't work!
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 ArticleCreated Unassigned: Expandable Property not expanded by default [20054]
Based on discussion https://wpftoolkit.codeplex.com/discussions/452722, user wants to have an expand property expanded by default.Maybe having a new ExpandableObjectAttribute which take a true/false...
View ArticleNew Post: PropertyGrid ExpandableObject. How to make expanded by default?
1) ExpandableObject property expanded by default : Issue https://wpftoolkit.codeplex.com/workitem/20054 has been created. 2) Bind data from ExpandableObject to the expandable property itself : You can...
View Article