-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor PagingListView to improve list handling
Reorganized list handling by introducing InnerListViewSkin usage in PagingListView and reducing redundancy in PagingListViewSkin. Moved functionality to PagingListView, ensuring cleaner code structure and better separation of concerns. Added support for multiple selection mode and improved the update mechanism with a weak listener.
- Loading branch information
1 parent
4e6f452
commit 2f7f192
Showing
2 changed files
with
34 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters