PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

How to padding/margin style to drop-down items #187

Closed meysam-mahmoodi closed 6 years ago

meysam-mahmoodi commented 6 years ago

Hello I'd like to set some padding and margin to drop-down items. is there a way to doing that? thanks

PeterStaev commented 6 years ago

@meysam-mahmoodi , currently you cannot add margin/padding ONLY to the items, since item specific css styles is not implemented. You can track #142.

If you want you can apply margin/padding to the whole drop down which will apply the margin/padding to both the items and the visual that displays the selected item.

meysam-mahmoodi commented 6 years ago

@PeterStaev Thank you for replying. It would be amazing to be able to change style items.