Página 1 de 1
TTreeView.
Publicado: Lun Mar 20, 2006 12:12 pm
por pjmfelix
Hi, all.
There is any way to show the checkboxs, only in the TTreeViewItems ?
I use this class to show tables that have divide in group, subgroup and
subsubgroup.
I pretend that the user only check the items of the subsubgroup.
Best Regards.
Paulo Félix
TTreeView.
Publicado: Lun Mar 20, 2006 12:18 pm
por jfgimenez
Paulo,
> There is any way to show the checkboxs, only in the TTreeViewItems ?
>
> I use this class to show tables that have divide in group, subgroup and
> subsubgroup.
>
> I pretend that the user only check the items of the subsubgroup.
No, sorry. When checkboxes are activated, windows shows them for all items
in any level.
ITOH, take a look at the control TOptionList. It can hold items of several
types, including 'checkbox' style too. And each item can be of different
type.
--
Regards,
Jose F. Gimenez
TTreeView.
Publicado: Lun Mar 20, 2006 1:27 pm
por pjmfelix
Thanks Gimenez.
I try the TOptionList.
"Jose F. Gimenez" <
jfgimenez@wanadoo.es> escreveu na mensagem
news:[email=
441e8f70@ozsrvnegro.ozlan.local...]
441e8f70@ozsrvnegro.ozlan.local...[/email]
> Paulo,
>
>> There is any way to show the checkboxs, only in the TTreeViewItems ?
>>
>> I use this class to show tables that have divide in group, subgroup and
>> subsubgroup.
>>
>> I pretend that the user only check the items of the subsubgroup.
>
> No, sorry. When checkboxes are activated, windows shows them for all items
> in any level.
>
> ITOH, take a look at the control TOptionList. It can hold items of several
> types, including 'checkbox' style too. And each item can be of different
> type.
>
> --
> Regards,
>
> Jose F. Gimenez
>