Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - PtList with columns: (2 Items)
   
PtList with columns  
we have a requirement for scrollable List box  with 2 columns.
i understand that it should be possible with a PtDivider widget as child
of PtList and some Buttons in the PtDivider.

can any one help me.
any sample code for PtList with multiple Columns would help more.
Re: PtList with columns  
Follow these steps in PhAB:

-- drop a PtList from the widget palette into your window/container
-- drop a PtDivider into the list
-- drop a PtButton into the divider
-- drop another PtButton into the divider
-- adjust sizes of you buttons.
-- done.