Hello!
When I add nodes to a TTree with
Result := Tree.AddRoot(DefaultText);
Or
Result := ParentNode.AddChild(DefaultText);
then the added nodes get a yellow folder Icon in front of them. How do I get rid of this Icon? I just want the textbox!?
Best regards, Mikael
Remove folder icon on node
Re: Remove folder icon on node
Hi,
You can assign TTreeNodeShape's ImageIndex:=tiNone.
You can assign TTreeNodeShape's ImageIndex:=tiNone.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |