Hello All, In my application I would like to use a table or multicolumn list box.I would like to have first column of buttons within the mulicolunm list box or table. I have n set of rows. I want to scroll the buttons with the rows of the table such that Button one corresponds to row one of the multicolumn list box or table.. Button two corresponds to second row of the multicolumn list box or table.. .. Button n corresponds to nth row of the multicolumn list box or table.
For example- BUTTON1(1,1) Text(1,2) TEXT(1,3) BUTTON2(2,1) TEXT(2,2) TEXT(2,3) ........ BUTTONn(n,1) TEXT(n,2) TEXT(n,3) Is it possible or any other workaround? TIA Rachana
