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

New Post: DataGrid DateTime Localization

Okay i found a problem...<xcdg:Column Title="Departure" FieldName="Departure" DisplayMemberBinding="{Binding Departure}" CellHorizontalContentAlignment="Center"...

View Article


New Post: Custom ItemSource for combobox in wpftoolkit propertygrid

I am trying to add a combox box in propertygrid and the ItemsSource will be received at runtime by reading an xml file. how to create it. On selection of any item from that combobox, i should fill...

View Article


New Post: DataGrid DateTime Localization

Hi, Please try the following (using the ConverterCulture property of binding):xmlns:gl="clr-namespace:System.Globalization;assembly=mscorlib" <xcdg:Column Title="Departure" FieldName="Departure"...

View Article

New Post: DataGrid DateTime Localization

Works like a charm... If everything was so easy ;-) Thank you for the help...

View Article

New Post: Custom ItemSource for combobox in wpftoolkit propertygrid

Hi, Maybe something like this sample may help you :<Window x:Class="WpfApplication52.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...

View Article


New Post: CellContentTemplate and bindind not working

hi, i have some questions : 1) is the FieldName property required for the Column ? 2) what the difference between Column and UnboundColumn 3) the databinding seems to have no effect inside...

View Article

New Post: Will Extended WPF Open Source project still be supported

While the original Toolkit is now at Version 2.3, and the Open Source one is at 2.1, will the Open Source Version also be updated?

View Article

Commented Unassigned: Up/Down on Keyboard not working for DataTimePicker [20963]

I've seen [this resolved bug](http://wpftoolkit.codeplex.com/workitem/20269), but I have the exact issue in my computer.Mouse wheel (when mouse is over the DataTimePicker control) does work.but...

View Article


New Post: WPF Brush Editor

I've done this at my forked Version @github (https://github.com/jogibear9988/WpfExToolkit/commits/Extended)

View Article


New Post: Will Extended WPF Open Source project still be supported

Yes, we'll update it soon, we're still putting v2.3 online properly (it hasn't yet been updated to v2.3 on wpftoolkit.com) Odi

View Article

Commented Unassigned: Up/Down on Keyboard not working for DataTimePicker [20963]

I've seen [this resolved bug](http://wpftoolkit.codeplex.com/workitem/20269), but I have the exact issue in my computer.Mouse wheel (when mouse is over the DataTimePicker control) does work.but...

View Article

Reviewed: Extended WPF Toolkit - 2.1.0 (May 14, 2014)

Rated 5 Stars (out of 5) - Color Picker works very well.

View Article

New Post: New user help.

I was easily able to download the source and build the package. And through VS13 I was able to "install" the package. However, it is not clear to me that we're referring to the same version I built.How...

View Article


New Comment on "DoubleUpDown"

(documentation typo) I believe the property is named "Minimum" (not "Mimum"). :-)

View Article

New Post: PropertyGrid: Show object's child member

I have a complex object of type A. A has a member of type List<B>. Lets refer to that member as Docs. In the PropertyGrid, when I encounter an object of type A, I want to show Docs instead (which...

View Article


New Post: TimePicker: Increase the height of the dropdown list

Anyone know how to style TimePicker so that you can increase the size of the dropdown to display more items. I tried<xctk:TimePicker x:Name="ClockInTime" Value="9:00 AM" VerticalAlignment="Top"...

View Article

Created Unassigned: MessageBox does not use the default style of it's sub...

Previously in v1.9 the formatting that the message box used was inherited from the controls inside of it.In v2.1 the formatting is entirely different even though in both cases neither one has specified...

View Article


New Post: PropertyGrid: Create New Object?

I have a complex object of type A. A has some primitive type data members as well a complex data member of type B. When I load A into the PropertyGrid, I can change all its primitives. However, if the...

View Article

Commented Unassigned: MessageBox does not use the default style of it's sub...

Previously in v1.9 the formatting that the message box used was inherited from the controls inside of it.In v2.1 the formatting is entirely different even though in both cases neither one has specified...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: CheckComboBox

CheckComboBox Derives from Xceed.Wpf.Toolkit.Primitives.SelectorCheckComboBox is a combo box in which the items in the dropdown are preceded by a checkbox. As items are checked or unchecked, the Text...

View Article
Browsing all 4964 articles
Browse latest View live