cancel
Showing results for 
Search instead for 
Did you mean: 

UI element TABLE and adding dynamic TABLE COLUMNS in nested structure

former_member210967
Participant
0 Kudos

Hi,

I have an UI Element of type Table with TreeByKeyTableColumn in it. I needs to extend this Table during runtime with new table columns.

My layout looks like:

ROOTUIELEMENT

> TABSTRIP (UI element tabstrip)

>> TAB (UI element tab)

>>> TREE_TABLE (UI element table)

Under TREE_TABLE I would like to add dynamicly serveral table columsn with a textview in it.

I know how to do this dynamicy if I had to add UI element directly under ROOTUIELEMENT, but now in this nested layout I am looking for a solution.

Who has this done before and can help me out with a solution direction ?

Thanks,

John

Edited by: John Maas on Mar 18, 2011 5:53 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member210967
Participant
0 Kudos

Solved by myself