IsReadOnly for PartEditBoxes in PropertyGrid

Grids for WPF Forum

Posted 9 years ago by Phil Devaney
Version: 16.1.0630
Platform: .NET 4.5
Environment: Windows 8 (64-bit)
Avatar

When the PropertyGrid has ReadOnly="True", the standard editors that use a TextBox set the IsReadOnly property of the TextBox, which is good because you can still select the text, scroll if its too long, etc.

But for editors the use a PartEditBox from the Editors.Interop.PropertyGrid assembly, it just sets IsEnabled="False" so this functionality isn't available. As PartEditBox now supports IsReadOnly, could this be changed?

I have tried with a custom property editor using an Int32EditBox and it works OK, but I'd rather not have to duplicate all the classes & templates from the interop assembly.

Comments (1)

Answer - Posted 9 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Phil,

Good call, we'll make this change for the next maintenance release.


Actipro Software Support

The latest build of this product (v25.1.0) was released 27 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.