Customizing Keyboard Navigation

Grids for WPF Forum

Posted 15 years ago by Phil Devaney - Senior Software Engineer, Serck Controls Ltd
Version: 4.5.0487
Avatar
I am trying to restyle a property grid to make it less "griddy" and look more like the one from Expression Blend. To this end, I would like to make the internal keyboard navigation within the property grid only include the value cells and skip the name cells. Can you tell me if this is possible, and if so how to achieve it?

Thanks

Phil

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Phil,

You would probably want to set IsTabStop (and maybe Focusable) to false on the PropertyGridDataAccessorItem. If you have a Style already for this, then you should be able to set it there. If not, then you could use an implicit Style to set it.

Hope this helps.


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.