Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Browsing all 4964 articles
Browse latest View live

New Post: Assign an Enum to an object type property in a Propertygrid

Great it works fine! thx.

View Article


New 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 Article


Created 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 Article

Created 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 Article

New 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 Article


Commented 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 Article

Closed 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 Article

New 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 Article


Commented 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 Article


New 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 Article

New 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 Article

New 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 Article

New 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 Article


Created 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 Article

New Post: Using PropertyGrid with EnumDescConverter

Excellent! Thank you very much for the quick reply. That fixes the problem for me. Best regards Phil

View Article


Image may be NSFW.
Clik here to view.

New 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 Article

New Post: Using DataGrid in Windows Store apps

Thank you for your answer, even if it won't work!

View Article


Commented 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 Article

Created 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 Article

New 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
Browsing all 4964 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>