New Post: CalculatorUpDown, how i can update the input field value ?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Arrow mark is not visble
In Property grid, the problem I am facing is, it is not showing arrow mark for category on left side and for expandable objects either. How to make it visible? One more thing is, on assigning...
View ArticleNew Post: CheckListBox and ItemsSource
BoucherS wrote: This issue is fixed in v2.0 of the toolkit. Hi, Could you please indicate when v2.0 will be available? I received the same type of error. Version I'm using: 1.9.0.0 Kind regards,
View ArticleNew Post: CheckListBox and ItemsSource
Next version of toolkit (v2.0) will be available soon, days or weeks from now.
View ArticleNew Post: DataGrid: Change the "Drag a column ..." text
I develop a application in a not english language. How can I chance the text of the Group-Header? thank for your comment
View ArticleNew Post: Cannot bind ColorPicker SelectedColor to the ViewModel
I am trying to do a simple binding on the SelectedColor property of a ColorPicker. I created a simple app to demo my issue. The XAML:<Window x:Class="XceedColorPickerTest.MainWindow"...
View ArticleNew Post: How to change error message of IntergerUpDown
Hi, All is in the title. For exemple if the user enter a value higher than the maximum, the message is "Value must be less than MaxValue of 12. Nom du paramètre : Maximum". Impossible to change that...
View ArticleNew Post: ChildWindow as root element
This may be an old question, but if it helps anyone else you need to add the window to the UI tree before showing it. Something like this: MyDialog dialog = new MyDialog();...
View ArticleNew Post: ChildWindow and Visual Studio 2012
Hi, i've a problem. I'm developing a WPF product and i used the ChildWindow with visual studio 2010 without problems. Now I am moving to VS2012, and in any page I try to add this control in xaml,...
View ArticleNew Post: Cannot bind ColorPicker SelectedColor to the ViewModel
Forget it. I got it. I had to use a Media.Color (and a System.Background.Color will not work either). Like this: public System.Windows.Media.Color MediaColor { get; set; } Ernie
View ArticleNew Post: ChildWindow and Visual Studio 2012
The ChildWindow is working in VS2012 with toolkit v2.0. The ChildWindow is working in VS2012 with toolkit v1.9. Here's the childWindow used in XAML :...
View ArticleNew Post: Prevent value change when focus is lost
I am currently using the PropertyGrid with several strings. If the user changes the text for say a label (does not hit enter) and than click on another property of the same object, that altered text is...
View ArticleNew Post: PrimitiveTypeCollectionEditor - Set ComboBox text?
Hi, I am trying to use the PrimitiveTypeCollectionEditor control with a List<string> items source. Works fine, but how to set the text which is shown in the combobox? It's just empty, and I would...
View ArticleNew Post: CheckListBox, Selecting (checking) items by code (c#, manually)
OhRlyMrTsla wrote: Hello! I have had a look around but to my disappointment I cannot find a way to select (check) any one chosen item in my collection like you can in windows forms applications. Now,...
View ArticleNew Post: Drop File to configure file path in property grid
Hi, I am trying to implement drop event for my custom editor which is used as browse control editor to configure a file path. But when I try to drop file into the editor in property grid, drag effect...
View ArticleNew Post: Bind CheckListBox to ObservableCollection
Hi, I have a 2 properties ObservableCollection<User>ProjectUsers ObservableCollection<User>ChosenProjectUsers I put in a window a CheckListBox that shows all the ProjectUsers. I want...
View ArticleNew Post: Drop File to configure file path in property grid
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Bind CheckListBox to ObservableCollection
bind "ProjectUsers" to the "ItemsSource" property Bind the "ChosenProjectusers" to the "SelectedItemsOverride" property.
View ArticleNew Post: DataGrid (CE): Event if Refresh UI is finished
We want to integrate the "Add new Entry" in our WPF/Client-Server Apllication. We have finished the implemantion via Virtualisation of the the DataGrid-Data`(community Editon). Now we can add a new...
View ArticleNew Post: How to set focus on the desired PropertyItem of a PropertyGrid...
Hi, I implemented a validation system for my propertyGrid's model and i want to put the focus on the current propertyItem having errors for the user correct it. Here my function :private string...
View Article