Permanently hide grid from designer

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
keithblo
Newbie
Newbie
Posts: 12
Joined: Mon Jun 25, 2007 12:00 am

Permanently hide grid from designer

Post by keithblo » Tue Mar 25, 2008 2:42 pm

Support,

Is there any way to permanently remove displaying the grid from the design-time TTree designer? Each time I go into the designer, I have to switch it off.

Setting the Grid.Visible property only seems to apply to the run-time grid.


Kind Regards,

Keith

tom
Advanced
Posts: 211
Joined: Mon Dec 01, 2003 5:00 am
Contact:

Post by tom » Mon Mar 31, 2008 9:51 pm

Unfortunately, with the current design this is not possible. To achieve this, you need to modify the method SetNewTreeSettings in TreeEd.pas

keithblo
Newbie
Newbie
Posts: 12
Joined: Mon Jun 25, 2007 12:00 am

Post by keithblo » Tue Apr 01, 2008 12:32 pm

Hi Tom,

That is perfect- thank you very much!


Regards,

Keith

Post Reply