Samsung / Tizen.CircularUI

Tizen Wearable CircularUI project is to develop an open source software motivate software developer to creating Tizen Wearable Xamarin Forms app more easily and efficiently.
Other
80 stars 32 forks source link

Adds SelectModeCell for CircleListView #332

Closed rookiejava closed 4 years ago

rookiejava commented 4 years ago

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:

Behavioral Changes

None

EmilAlipiev commented 4 years ago

ItemLongPressed working great. thank you :)