New Post: IntegerUpDown (v1.7) - IsEditable?
I would do a derived class and access and override the IsReadOnly value to false. in OnApplyTemplate, => TextBox.IsReadOnly = true;
View ArticleNew Post: IntegerUpDown (v1.7) - IsEditable?
Thanks for your mention about the "IsEditable" reference in the docuementation. I have created a task to address this before the next version.
View ArticleNew Post: MaskTextBox 1.9.0 does not work without "Xceed.Wpf.Toolkit"
Maybe theses may address your need:http://www.microsoft.com/en-us/download/details.aspx?id=17630http://ilmergegui.codeplex.com/
View ArticleNew Post: Remove "Powered by Xceed" header
Hi, Very good your program...but I have a problem, no work !!!<Grid> <avalonDock:DockingManager x:Name="DockManager"> <avalonDock:LayoutRoot> <avalonDock:LayoutPanel...
View ArticleCommented Issue: Add Padding between CheckListBox items [19365]
Extracted from [checklistbox documentation](http://wpftoolkit.codeplex.com/wikipage?title=CheckListBox&ANCHOR#C26605):_Since updating to 1.9.0, the CheckListBox seems to have lost the padding...
View ArticleNew Comment on "CheckListBox"
How do I make it scroll horizontally instead of vertically. ie. multiple columns
View ArticleReviewed: Extended WPF Toolkit - 1.9.0 (Mar 02, 2013)
Rated 4 Stars (out of 5) - nice but i can download wtf :(
View ArticleNew Post: PropertyGrid for objects in linked projects
Hi there, I've been trying to get a PropertyGrid to allow editing of an object from a library (a game engine) in an application, without specifying anything UI specific in the library project. I've hit...
View ArticleNew Post: PropertyGrid for objects in linked projects
Ah I think I see what I've been doing wrong... Looks like I've been using the PropertyGrid like an old Windows.Forms property grid, instead of trying trying to use PropertyDefinitions and the...
View ArticleCommented Feature: PropertyGrid: Support Multiple SelectedObjects [18554]
Based on the following discussion:http://wpftoolkit.codeplex.com/discussions/331532 Can't remember where or when, but I've seen such a request somewhere else. A comment on the PropertyGrid...
View ArticleCreated Issue: CheckListBox.ItemTemplate not working in version 1.9 [19421]
I hit what seems to be a problem with v.1.9 of the toolkit. Setting the CheckListBox.ItemTemplate property does not work and the DataTemplate which is set as a value of the property is completely...
View ArticleNew Post: PropertyGrid for objects in linked projects
Use the PropertyGrid.EditorDefinitions property. Add an EditorDefinition, set the property name on the "Name" property. You will have to add a template in it. See examples in the Sample App.
View ArticleNew Post: Change background color IsModal set to true
How can I change the background color that comes when IsModal set to true ? I would like it to seem like a ShowDialog behavior, thanks
View ArticleNew Post: Zoombox with scrollbars
I have tried everything trying to make scrollbars show in order to pan the contents of the Zoombox. I had no luck. Any help will be appreciated. Thanks!
View ArticleUpdated Wiki: Extended WPF Toolkit Plus
Develop better and faster Upgrade to Extended WPF Toolkit Plus to get a year's worth of priority support, extra controls, extra features, early access to updates, and more. All for only $180.Not only...
View ArticleNew Post: Put PropertyGrid attributes/interfaces into separate assembly
I totally agree. I have a library that needs the attributes, but is used from both windows forms and wpf. It would be nice to have those attributes separate.
View ArticleNew Post: PropertyGrid - Programmatically registering a custom editor
Hi there, I'm trying to build a custom editor for a property getting added in to a PropertyGrid instance, but haven't been able to register it correctly. My custom editor, TextureEditor creates a Grid...
View ArticleNew Post: Put PropertyGrid attributes/interfaces into separate assembly
Unless I'm mistaken about what you're talking about here, it's actually reasonably easy to inject/remove/manipulate attributes in an object you're putting in to a PropertyGrid. You need to make an...
View ArticleNew Post: Put PropertyGrid attributes/interfaces into separate assembly
Nope, That's not what I'm talking about. I'm talking about attributes that WPFToolKit provide to provide generic functionality for item sources etc, and placing those attributes in their own assembly...
View Article