New Post: Keeping the DateTimePicker's calendar open
Issue https://wpftoolkit.codeplex.com/workitem/19885 has been created.
View ArticleNew Post: DecimalUpDown issues
I have found a couple of issues with this control (probably applies to double and int variations as well) 1) DecimalUpDown with range -x to x, i.e. -100 to 100. If you type in a negative number, the...
View ArticleNew Comment on "DecimalUpDown"
Please use the discussion tab, Discussion https://wpftoolkit.codeplex.com/discussions/447813 has been created
View ArticleNew Post: DecimalUpDown issues
1) This is a normal behavior. The validation is done on every input. 2) Can you provide all the Properties that are set on the DecimalUpDown ? <xctk:DecimalUpDown Minimum="0.1" Maximum="1.0" />...
View ArticleCommented Issue: DateTimePicker now staying Open [19885]
Based on discussion https://wpftoolkit.codeplex.com/discussions/447744,user wants to to a DateTimePicker always Open.Comments: ** Comment from web user: TravisO2 ** I have a scenario where the user...
View ArticleNew Post: DataGrid Add row
You can just add an item into your ObservableCollection which effectively adds a row to the DataGrid. How you get the user to do this is more interesting - you could just have a button below your...
View ArticleCreated Unassigned: Cannot select Combobox while inside a WindowContainer...
I have this issue I notice that I think it has something to do with the Window Container. When I have a regular ComboBox inside a ChildWindow, it does not behave properly if that ChildWindow is placed...
View ArticleCreated Unassigned: avalondock locks up vs2012 when used in multi-appdomain...
I create multi-appdomain applicaton and each domain has a wpf app to run.Those app use ribbon+avalondock(wpf/mvvm version) as mainwindow.It locked vs2012 when I try to run together.Those app can run...
View ArticleEdited Issue: Cannot select Combobox while inside a WindowContainer [19886]
I have this issue I notice that I think it has something to do with the Window Container. When I have a regular ComboBox inside a ChildWindow, it does not behave properly if that ChildWindow is placed...
View ArticleNew Post: windowcontainer is always behind other objects
Hello, Loving the toolkit! I do have one problem with the windowcontainer. I defined a windowcontainer and Child window that I am activating based on conditions using a Command. That part fires fine....
View ArticleNew Post: Busy Indicator Template problem
I've tried to change color of Border inside busycontent ContentPresenter to match my application style. First I've tried to set Background property of BusyIndicator, but it didn't help. That Border...
View ArticleNew Post: Busy Indicator Template problem
Update: When I move Style to UserControl resources of a control where I use BusyIndicator it works like charm.
View ArticleCommented Unassigned: PropertyGrid validation issue [19930]
When PropertyGrid.SelectedObject assigned to object having not valid values (with use IDataErrorInfo) then no red border appears, but tooltip with error message works. Property items gets highlighted...
View ArticleCommented Unassigned: PropertyGrid validation issue [19930]
When PropertyGrid.SelectedObject assigned to object having not valid values (with use IDataErrorInfo) then no red border appears, but tooltip with error message works. Property items gets highlighted...
View ArticleNew Post: CheckListBox, Selecting (checking) items by code (c#, manually)
Help! I am a very new newbie to WPF and I am having the same problem. When I initially load my CheckListBox (with a list of directories), I want all items to be checked but no matter what I do, it...
View ArticleNew Post: ChildWindow changes
Maybe it will help if I post all of my code:<Grid x:Name="MainGrid"> <ExtendedToolkit:WindowContainer Name="xWindowContainer"> <ExtendedToolkit:ChildWindow Name="ChildWindow"...
View ArticleNew Post: CheckListBox, Selecting (checking) items by code (c#, manually)
Try using "searchDirectoriesListBox.SelectedItems.Add( cbi )" to add an item in the SelectedItems collection of the CheckListBox. To make sure the SelectedItems is set, try do do it in a Loaded...
View ArticleNew Post: CheckListBox, Selecting (checking) items by code (c#, manually)
That worked great, thanks so much!
View ArticleNew Post: DataGrid CurrentItem null
I'm see that the CurrentItem property of my DataGrid (version 2.0.0 May 2013) can be null depending on how I access the property. I have a button in the footer of the grid. If I use the click event of...
View ArticleNew Post: ChildWindow changes
Hi, I you want to have the ChilWindow in front of the other controls AND want to be able to edit the other controls, put the ChildWindow.IsModal to False. This way, the ChildWindow won't block the...
View Article