Created Unassigned: HOW CTO SAVE EDITS IN COMBOBOX [22060]
i HAVE NOT FOUND ONE EDIT COMBOBOX THAT SAVES EDIT CHANGES. THE USER HAS TO CODE FOR SAVING THE CHANTED. YOU THINK THEY WOULD ADD AN EDIT COMBOBOX IN THE WPF TOOLKIT THAT SAVES THE CHANGES AUTOMATICALLY.
View ArticleNew Post: RangeSlider Drag increments
Greetings, How do you set the thumb drag increments. By default the increments are too minute (for my purposes).
View ArticleCommented Issue: Takes 2 tabs to move past ColorPicker [22057]
It takes two tabs to tab out of the ColorPicker control. It seems that the ContentControl within "ColorAndName" (which is within "PART_ColorPickerToggleButton") should have IsTabStop set to...
View ArticleNew Post: RangeSlider Drag increments
Hi, If you want to modify the size of individual move, while clicking on the LowerRange or HigherRange, use the RangeSlider.Step property. This will not work while scrolling the thumbs. The thumb works...
View ArticleCommented Unassigned: After update form 2.3.0 to 2.5.0 problem loading...
After update form 2.3.0 to 2.5.0 I am getting following exception:_Setting property Xceed.Wpf.DataGrid.Markup.SharedResourceDictionary.Source raised an exception.Could not load file or assembly...
View ArticleNew Post: (very) Basic Databinding question
Hi all! I have a novice question that I can't seem to find quite the right answer to. I'm following the tutorial found here. I can't seem to get the DataGridCollectionViewSource to correctly bind to a...
View ArticleNew Post: (very) Basic Databinding question
I would place your collectionviewsource in the UserControl or Window resources section rather than within the grid that you are working against.
View ArticleNew Post: (very) Basic Databinding question
netniv wrote: I would place your collectionviewsource in the UserControl or Window resources section rather than within the grid that you are working against. Thanks for the reply! I tried putting it...
View ArticleNew Post: (very) Basic Databinding question
Actually, I just realised why you are getting this error. The reason is because you are attempting to bind statically to the Application.Current which will be App.xaml/.cs not MainWindow.xaml/cs. You...
View ArticleNew Post: (very) Basic Databinding question
netniv wrote: Actually, I just realised why you are getting this error. The reason is because you are attempting to bind statically to the Application.Current which will be App.xaml/.cs not...
View ArticleCreated Unassigned: Force calculator to calculate [22067]
I'm using the Calculator in a pop-up window. User is able to enter value into textbox. If detailed calculations are required, user can press calculator button and calculator appears (prefilled with any...
View ArticleCommented Issue: SelectorItem in classic theme [19774]
CheckListBox and CheckComboBox have problems with the classic Windows theme when the mouse is over one of the items.The problem is that the check mark is drawn using the Foreground color in...
View ArticleNew Post: (very) Basic Databinding question
You shouldn't really create a second copy of the window that you already have. You should instead reference the window by name.<Window x:Name="MyWindow"> <Grid DataContext="{Binding...
View ArticleCommented Issue: SelectorItem in classic theme [19774]
CheckListBox and CheckComboBox have problems with the classic Windows theme when the mouse is over one of the items.The problem is that the check mark is drawn using the Foreground color in...
View ArticleCommented Unassigned: Force calculator to calculate [22067]
I'm using the Calculator in a pop-up window. User is able to enter value into textbox. If detailed calculations are required, user can press calculator button and calculator appears (prefilled with any...
View ArticleNew Post: (very) Basic Databinding question
Sooooooo.... first of all, I would like to sincerely express my gratitude for taking the time to help me so much with this! You are correct - I am a COMPLETE novice at WPF. Those are great resources...
View ArticleCreated Unassigned: NumericUpDown maximum/minimum possible bug [22075]
Hi,I described the problem in details [on stackoverflow](http://stackoverflow.com/questions/33569530/xceed-decimalupdown-maximum-binding-working-strangely/33571487#33571487)
View ArticleNew Post: (very) Basic Databinding question
I have another question. After this last post, I changed my design around a lot and got the datagrid to show up initially with some fake data that I put in when I initialized it. However, whenever I...
View ArticleNew Post: (very) Basic Databinding question
I will refer you back to my second reply above. It's because you are creating multiple instances rather than sharing instances.
View ArticleNew Post: Windows 10 - cannot locate resource...
I have a project using version 2.5 and migrate the OS to Windows 10 and VS 2015 . When I try to use the textbox controls, they do not appear in the design mode , but when I run the application they...
View Article