ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadlistView position of the selected item checkbox/checkmark #887

Closed snq closed 5 years ago

snq commented 5 years ago

Is it possible to change the position of the checkbox/checkmark of the selected item?

In the grid template of the radlistview the checkmark icon is on left side of each item and vertically centered. Also If each cell is filled with an image, the checkmark is no longer visible.

Is there anyway to change its position and also its z-index?

Thank you!

snq commented 5 years ago

Any help with this? more info is here: stackoverflow question

manojdcoder commented 5 years ago

Here is the Playground example where the issue can be reproduced: https://play.nativescript.org/?template=play-tsc&id=17o9ms

Source: StackOverflow

tsonevn commented 5 years ago

Hi @snq, Changing the position and the z-index of the built-in checkbox is not supported. To achieve the needed UI, I would suggest using nativescript-checkbox plugin, which can be customized.

snq commented 5 years ago

Alright thanks!