New 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 ArticleCreated Unassigned: DoubleUpDown.IsEditable gone? [19754]
From discussion:https://wpftoolkit.codeplex.com/discussions/444607IsReadOnly property has replaced "IsEditable" since v1.6.But the current property (IsReadOnly) disable all input.The legacy behavior...
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 ArticleCreated Unassigned: WindowContainer [19756]
I have a Window with the following contents connected to a view model with a bool "IsOpen" property defaulted to false.```<Grid><TextBox Text="Background Control" Height="28"...
View ArticleCommented Unassigned: DoubleUpDown.IsEditable gone? [19754]
From discussion:https://wpftoolkit.codeplex.com/discussions/444607IsReadOnly property has replaced "IsEditable" since v1.6.But the current property (IsReadOnly) disable all input.The legacy behavior...
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 ArticleUpdated Wiki: Home
Just Launched! Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls. 25% rebate coupon'LAUNCH20B' until May 31 at shop....
View ArticleUpdated Wiki: Home
Just Launched! Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls. 25% rebate coupon'LAUNCH20B' until May 31 at shop....
View ArticleCreated Unassigned: CheckListBox.SelectedItemChanged event does not exist but...
In version 1.9.0, the documented CheckListBox.SelectedItemChanged event does not exist. However, there is a ItemSelectionChanged...
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 ArticleNew Post: How to change error template of propertygrid elements
Hi, Is case of error, by default there is a red border and we can show the error from the tooltip. I would like to show the error directly under the composant in a textblock. Thanks.
View ArticleNew Post: Prevent DataGridControl Cell getting focus?
Hi, I'm evaluating whether our team should switch from the WPF DataGrid to the Xceed DataGridControl Community Edition. One part of the evaluation is whether we can drop some attached behaviors written...
View ArticleUpdated Wiki: Documentation
ControlsAutoSelectTextBoxAvalonDockBusyIndicatorButtonSpinnerCalculatorCalculatorUpDownCheckComboBoxCheckListBoxChildWindowCollectionEditorCollectionControlDialogColorCanvasColorPickerDataGridDateTimeP...
View ArticleCreated Unassigned: [IntegerUpDown] InvalidOperationException thrown on...
If you double-click on an IntegerUpDown when it is disabled, it will throw an InvalidOperationException stating: 'EditItem' is not allowed for this view.Steps:1. On an IntegerUpDown control in XAML,...
View Article