[NUI] Add EnableMultiSelection to SelectGroup (#2116)
authorJaehyun Cho <29364140+jaehyun0cho@users.noreply.github.com>
Tue, 10 Nov 2020 11:15:02 +0000 (20:15 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 11 Nov 2020 02:33:04 +0000 (11:33 +0900)
commitf38ca8697eec469a03c02978cc321c5891e3cd42
tree874fa1491c868921fb0c50423070f5ca48b58f09
parenta96825bb6fced8aadb1af79f000d21389f546bed
[NUI] Add EnableMultiSelection to SelectGroup (#2116)

To support selecting multiple SelectButtons in SelectGroup,
bool EnableMultiSelection is added to SelectGroup.

By adding EnableMultiSelection in SelectGroup, RadioButtonGroup does not
need to implement its logic to prevent selecting multiple RadioButtons.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Controls/RadioButtonGroup.cs
src/Tizen.NUI.Components/Controls/SelectGroup.cs