Board index » delphi » TCheckbox or TButton in TListColumn of TListView

TCheckbox or TButton in TListColumn of TListView

Rather that text in the second column of a Listview i would like to have a
checkbox or button, is this possible if so any pointers to a componet of how
to start making one.

Thanks

Ian

 

Re:TCheckbox or TButton in TListColumn of TListView


Quote
In article <3b8e92e1_2@dnews>, Ian Groves wrote:
> Rather that text in the second column of a Listview i would like to have a
> checkbox or button, is this possible if so any pointers to a componet of how
> to start making one.

You might like to look at the ExpressQuantumGrid at www.devexpress.com

This includes the TdxTreeList control, which is a TreeView/ListView combo
replacement with a large range of column editors (which can also be used
stand-alone).

Mike Orriss (TeamB and DevExpress)

Re:TCheckbox or TButton in TListColumn of TListView


Quote
> Rather that text in the second column of a Listview i would like to have a
> checkbox or button, is this possible if so any pointers to a componet of
how
> to start making one.

You might want to look at ElTree (http://www.eldos.org/elpack/eltree.html).
This tree/list combination has cell controls - checkboxes and buttons (and
you can create more if you need) that look and behave exactly like regular
controls.

--
Sincerely yours,
Eugene Mayevski

Other Threads