New Post: Tab Stop not working on multiple controls
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: DateTimeUpDown Custom Format
DateTime dt = (DateTime)dtp.Value; return dt.ToString("yyyy-MM-dd"); worked. Thank you.
View ArticleNew Post: MultiLanguage support for Category Headers and Description within...
We are using WPF Extended PropertyGrid in our project and we need to support multi language in our application. We found that "Category Headers" and "Descriptions" within in the PropertyGrid changes...
View ArticleNew Post: WatermarkTextBox does not align the Watermark to the right when the...
WatermarkTextBox does not align the Watermark to the right when the text is align to the right. There is any workarround to this problem?
View ArticleNew Post: PropertyGrid Complex Items in list.
Hi Guys, I am constantly running into a unique scenario where i have a List<Person> called Children in a Person class. Each Child is pre setUp with data, but some data should be changable eg...
View ArticleNew Post: PropertyGrid Complex Items in list.
Add the "ExpandableObjectAttribute" to your Children property
View ArticleNew Post: WatermarkTextBox does not align the Watermark to the right when the...
Use "HorizontalContentAlignment=Right" instead Text AND watermark will be right aligned.
View ArticleNew Post: MultiLanguage support for Category Headers and Description within...
Maybe the Localization feature of the Plus edition would answer your needs ? Try it here
View ArticleNew Post: PropertyGrid Complex Items in list.
I did try that, the problem is that the expanded properties then show the list properties length and capacity and not the items contained in the list?. This is what I did: [ExpandableObject()] public...
View ArticleNew Post: IntegerUpDown functionality
I looked at v1.9 today. It's still not quite there for me. I want to be able to continuously know whether the user has put in a valid integer. For example, let's say I want to show a red X next to the...
View ArticleNew Post: PropertyGrid Complex Items in list.
Hey EMartin, are you able to assist me with this issue?
View ArticleNew Post: IntegerUpDown functionality
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: PropertyGrid Complex Items in list.
Unfortunately, there is actually no easy way to achieve this with this version.
View ArticleNew Post: TimePicker Custom Format value
Currently, I have my TimePicker format set to Custom, and I use the "HH:mm" format. This is fine, it displays properly. However, when I go to retrieve the value, the value is still in the 12-hour...
View ArticleNew Post: How to prevent ApplyPropertyValue from setting the focus to...
Hi, for example it is impossible to change the font size of the selected text by typing the size in a ComboBox (e.g. on your FormatBar)! If you enter "12", the font size will be set to 1 and "2" will...
View ArticleNew Post: How to prevent ApplyPropertyValue from setting the focus to...
The issue 19480 has been created.
View ArticleNew Post: Remove "Powered by Xceed" header
I'll create a sample app that shows how this works. However, if you have questions about my "fix" then please post them in the comments section of my post and keep this post clean.
View ArticleNew Post: newbie question: compiler errors
I am a new user and have just installed the toolkit binaries plus samples. I have: 1) created a test project 2) added references to 'Xceed.Wpf.Toolkit.dll' and 'Xceed.Wpf.DataGrid.dll', and 3) added...
View ArticleNew Post: Datagrid column with binding
Sorry but I only found the way with the FieldName defined in the culumn tag or the old style <xcdg:DataGridCollectionViewSource x:Key="cvsMetals" Source="{Binding MetalTypes}">...
View ArticleNew Post: PropertyGrid - How do I Programatically Collapse Category
I'm using v 1.7 of the toolkit. Is there a convenient way to collapse a category from my code?
View Article