Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Edited Issue: PropertyGrid - Tab order while editing [20819]

$
0
0
Based on discussion https://wpftoolkit.codeplex.com/discussions/538806.

User wants to tab from editors to editors, not tabing on NamePart.
Comments: ** Comment from web user: BoucherS **

This will be fixed in v2.3.

In the meantime, you can add the following property to jump from 1 editor to the next one, skipping the readOnly ones.

In file
-Xceed.Wpf.Toolkit/PropertyGrid/Themes/Aero2.NormalColor.xaml (in Windows8)
-Xceed.Wpf.Toolkit/PropertyGrid/Themes/Generic.xaml (in Windows7)
In the style targeting "{x:Type pg:PropertyItemBase}"
Add
```
<Setter Property="IsTabStop" Value="False" />
```


Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>