This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I have created a custom editor for one of my properties that uses the Mindscape AutoCompleteBox. At first it appears to work correctly with the drop down appearing when text is entered and you select the entry using the mouse. However unfortunately you cannot use the Key.Up and Key.Down keys to select an entry. From previous work using the property grid I know that it handles the Key.Up and Key.Down events for navigation and this is the most likely reason why they are not getting down to the editor. Q. How can I modify the Property Grid or AutoCompleteBox so that the suggestion list behaves as expected (i.e. exactly like it does when not used in a property grid).
Dennis Roche |
|
|
Hi Dennis, You can tell the Property Grid not to intercept the Up and Down keys by setting CursorKeyMode to PassToEditor. |
|