Languages

Menu
Sites
Language
listview와 Button을 한 화면에 같이 보여줄 수 있는지 궁금합니다

Tizen wearable 2.3.1 sdk를 이용하여 native app을 개발하고 있는 초보 개발자입니다

다름이 아니라 listview와 Button을 한 화면에 같이 보여줄 수 있는지 궁금합니다

View Selected Answer

Responses

2 Replies
Mark as answer
Nafisul Islam Kiron

Hello, if I understand correctly you want to add buttons in your list, then you would want to use "genlist".

Please check these links

https://developer.tizen.org/ko/development/ui-practices/native-application/efl/ui-components/wearable-ui-components/genlist?langredirect=1

https://developer.tizen.org/ko/development/ui-practices/native-application/efl/ui-component-infrastructure-modules/customizing-components?langredirect=1

Chanwook Jung

genlist를 활용하여 genlist style의 swallow part에 button을 넣는 방식으로 구현하면 button이 list의 일부가 되어 동작하게 할 수 있습니다.

button이 고정위치에 있기를 원한다면 자체적으로 두개의 swallow part로 구성된 layout을 만들고 button이 들어갈 swallow part를 원하는 위치로 정의하고 button content set을 하고 나머지 하나의 swallow part에 genlist를 넣어주는 방식으로 구현할 수 있습니다.