Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select by double-click on List #53

Open
patrik-u opened this issue Aug 30, 2016 · 0 comments
Open

Select by double-click on List #53

patrik-u opened this issue Aug 30, 2016 · 0 comments
Labels

Comments

@patrik-u
Copy link

patrik-u commented Aug 30, 2016

Add enum SelectionMode to List that enables the user to specify double-click list item selection option. We might want to put the SelectOnMouseUp setting into that enum as well. Then we have:

public enum SelectionMode
{
    MouseDown, // default
    MouseUp, 
    Click, // same as MouseUp
    DoubleClick
}
@patrik-u patrik-u added the task label Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant