Languages

Menu
Sites
Language
Listview inside popup window

How to create a listview of items inside pop up window can any one guide me in this issue

Responses

6 Replies
Alex Ashirov

Hi,

It's possible. You can add it programmatically using result Tizen::Ui::Container::AddControl  ( Control *  pControl )  or using UI Builder.

Alex Dem

Hi, just fyi
here is how to create popup container via Native UI Builder:
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/app_dev_process/using_popups.htm
But I did not find examples how to place ListView on Popup via Native UI Builder (with source code which be added automatically).
But I ll try to provide my example later.
Alexey.

P puvvada

Thanks alex ,

I have followed the same procedure and i created a list view inside popup 

 

 

 

 

P puvvada

hai alex

Drag the Listview on popup window (using native ui builder ) and add the eventhandler and class to it

Alex Ashirov

Hi,

Right. Also, please don’t forget to implement IListViewItemProvider interface and set up it for the ListView.

Alex Dem

Ok. Thank you.
I just have forgotten to create popup in separate class before. I was able add code for ListView automatically via Native UI Builder after. It is very simple.
Alexey.