New Post: Sorting
I know about Xceed's own attribute for sorting properties. The thing is that I keep many of the classes that define properties to show on PropertyGrid controls in a separated assembly (dll) that does...
View ArticleNew Post: Color of gridlines
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Sorting
Ultrahead, vote for this issue:https://wpftoolkit.codeplex.com/workitem/18934
View ArticleNew Post: CheckListBox: Current Active Item
I have a CheckListbox and a label/Textblock.<xctk:CheckListBox HorizontalAlignment="Left" Margin="20,38,0,94" Name="clbItems" Width="256" ItemsSource="{Binding...
View ArticleNew Post: v2.0.0 Community Edition
Great update, thank you! When will v2.0.0 be available over NuGet?
View ArticleNew Post: v2.0.0 Community Edition
The Nuget package for v2.0.0 will be available by friday.
View ArticleNew Post: CheckListBox: Current Active Item
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: CheckListBox: Current Active Item
I don't have anything in mind beside handling some focus event and detect the focused element (if any)
View ArticleNew Post: DoubleUpDown.IsEditable gone?
I was just looking at version 2.0 of the WPF Toolkit, and discovered that DoubleUpDown.IsEditable is no longer a property. Unfortunately we need this functionality for our controls. That is, we want to...
View ArticleNew Post: DoubleUpDown.IsEditable gone?
DoubleUpDown "IsEditable" has been renamed to "IsReadOnly" since version 1.6 The Generic theme for the controls have been reviewed to be inline with the standard Aero theme. Starting with version 2.0,...
View ArticleNew Post: DoubleUpDown.IsEditable gone?
Ah, my bad- I was using version 1.5. Would it be possible for you guys to add in the functionality that was originally present with the IsEditable property in 1.5? IsReadOnly disables the entire...
View ArticleNew Post: DoubleUpDown.IsEditable gone?
The "AllowSpin" property allow you to control if the user can "spin" the values, with the "spin buttons", the keyboard arrows or mouse wheel. The "ShowButtonSpinner" allow you to show or hide the "spin...
View ArticleNew Post: DoubleUpDown.IsEditable gone?
Sorry, I did not make myself clear. I would like to cause the DoubleUpDown to NOT be editable by entering a number in the field using the keyboard, but the arrows to still work.
View ArticleNew Post: DoubleUpDown.IsEditable gone?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: DataGrid: Change the "Drag a column ..." text
Hello MyKey0815, try this:<Style TargetType="{x:Type xcdg:HierarchicalGroupByControl}"><Setter Property="NoGroupContent" Value="Hello World" /> </Style> Greetings Gregor Glinka
View ArticleNew Post: DoubleUpDown.IsEditable gone?
A workaround have been added to the issue comments
View ArticleNew Post: Hex TextBox
Hi, I'd like to have a Hex text box with the leading "0x" using one of the Extended WPF Toolkit controls (with DataBinding). Is there any control on the toolkit that supports this behavior? If so, I'd...
View ArticleNew Post: Please Help
HOw can I implement [Category("Information")] in vb.net.... I think something in bracket. How can I use it in vb.net class????
View Article