Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Adds SelectModeCell for CircleListView #332

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

rookiejava
Copy link
Contributor

@rookiejava rookiejava commented Jun 18, 2020

Description of Change

This PR adds the following two features.

  1. Adds ItemLongPressed event to CircleListView
  2. Adds cells that supports a selection mode to select each item in the ListView
    • It can be used with the ItemLongPressed event added above. For detailed usage, please refer to the example code in this PR.

ℹ️ Remark
The cells that support selection mode are the following three cells, and can be used only when used with the CircleListView.

  • SelectModeTextCell
  • SelectModeImageCell
  • SingleTextCell

Bugs Fixed

None

API Changes

Added:

  • public event CircleListView.ItemLongPressed
  • interface ISelectModeCell
  • public class SelectModeTextCell
  • public class SelectModeImageCell
  • public class ItemLongPressedEventArgs

Behavioral Changes

None

@rookiejava rookiejava merged commit b775010 into Samsung:master Jun 18, 2020
@EmilAlipiev
Copy link
Contributor

ItemLongPressed working great. thank you :)

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CircularListView ContextAction or Long Holding action
4 participants