-
Notifications
You must be signed in to change notification settings - Fork 33
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
Disable Draging #23
Comments
I just used absorb pointer but that is causing me to loose the functionality of a basic button also. |
Sorry, I can't understand why you want disable dragging, because this package seems only provider the dragging, and you can use the normal |
will do
…On Mon, 22 Nov 2021 at 00:48, Aha ***@***.***> wrote:
Sorry, I can't understand why you want disable dragging, because this
package seems only provider the dragging, and you can use the normal
GridView if you don't want dragging?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALIPYTVMCSRO2WX7RNVD3W3UNFAZFANCNFSM5IN7QLEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I would like to disable drag. When deleting or adding an item or several they organize automatically. It would be possible? Would be a nice effect for the user. Showing the user that the list has reorganized. |
No, it's not posiible. Maybe some other lib can do this. |
Okay. Grateful for the attention. |
is there is way to disable dragging from one element? |
@R98rayan Maybe you can try something like this support recently.. https://github.com/huhuang03/reorderable_grid_view/blob/master/example/lib/demo/demo_custom.dart |
Place the element(s) in a IgnorePointer widget (and set ignoring to true) to disable dragging. |
Thanks because of you, you gave me an idea of how to solve it. |
Hi guys, any update on this ? I also want to disable drag&drop on only some specific items of the grid and allow others to still be dragged&dropped on each other The answer above #23 (comment) works partially. It disables drag&drop on a particular item but it is still being pushed around! while dragging other slots |
Is there a way to disable the dragging ?
The text was updated successfully, but these errors were encountered: