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

Column resize handles are difficult to use #1

Closed
danipen opened this issue May 11, 2021 · 4 comments
Closed

Column resize handles are difficult to use #1

danipen opened this issue May 11, 2021 · 4 comments

Comments

@danipen
Copy link
Collaborator

danipen commented May 11, 2021

The column resizes handles are a little bit difficult to use. They are too narrow. See attached video:

column-handles.mp4
@grokys grokys closed this as completed in c8da3c0 May 28, 2021
@grokys
Copy link
Member

grokys commented May 28, 2021

@danipen I've made the column resize handlers bigger (an error had made them 1 pixel) but I've been unable to make the handle overlay the adjacent column. If we need to do that it will take a little longer (I can make it visually overlay the adjacent column header but it doesn't react to presses because the column on the right has a higher Z-order and so it detects the mouse before the resizing thumb).

@danipen
Copy link
Collaborator Author

danipen commented May 28, 2021

@grokys thank you for this! I was wondering if it's possible to make the resize handle to be equally distributed around the separator. I mean, something like this:
image

Of course, we can do that but I prefer not having to rewrite the control template. Thanks!

@danipen
Copy link
Collaborator Author

danipen commented Jun 3, 2021

@grokys did you have a chance to take a look into it? Thanks!

@grokys
Copy link
Member

grokys commented Jun 3, 2021

Hey @danipen sorry I forgot to respond to this. What you're asking for is exactly what i was talking about when I said:

I've been unable to make the handle overlay the adjacent column. If we need to do that it will take a little longer (I can make it visually overlay the adjacent column header but it doesn't react to presses because the column on the right has a higher Z-order and so it detects the mouse before the resizing thumb).

I already tried a few simple things to get it to work, but I need to try a bit more stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants