Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
990
Tab navigation in UltraTree (property grid)
posted

Hi!

I created a property grid with the ultra tree (each property is a node on first level) and I have 2 columns (property title and value). The value is editable. If I configure the ultraTree.ColumnSettings.TabNavigation, then I navigate through each column (label and value). That's not what I want.

I want to navigate to the next celle value (like BelowCell in the ultraGrid). Is there a way to accomplish this ? In the same way, I want that the Enter key does the same thing. Is it possible ? I tried PerformAction(UltraTreeAction.NextCell, false, false) but nothing happens. 

Best regards,

Benoit