Replies: 1 comment 2 replies
-
It should be possible to do it now, but some things have to be done manually. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm searching for replacement for gtk 3/4 that I currently use in my apps.
Slint looks like good replacement for most components that I use, except one - listview, in which multiple elements can be selected and removed
This is how it works currently - I can easily select multiple items with mouse click + shift, then press space(this is default gtk behavior) and then remove random items from model.
simplescreenrecorder-2023-10-08_14.40.41.mp4
It works fast even when removing thousands records from any place of listview without needing to replace model(not sure, but I only found solution with replacing models as solution to removing items -> remember model, remove item from it, override listview model)
Is it possible to do this now or later? Or maybe this feature is not planned?
Beta Was this translation helpful? Give feedback.
All reactions