Wrap node text?

Hi!
Is it possible to wrap node text if it doesn't fit the tree client area?
Is it possible to wrap node text if it doesn't fit the tree client area?
Welcome to the Official CGDevTools Support Community Forums.
https://www.cgdevtools.com/cgforum/
https://www.cgdevtools.com/cgforum/viewtopic.php?f=115&t=3144
span.myClass a {white-space: normal;}
AJSon:= TSuperObject.Create(stArray);
for i := 0 to 10 do begin
Inc(CurId);
JSonObj:= SO();
JSonObj.S['key']:= IntToStr(CurId);
JSonObj.S['title']:= 'bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla Node ' + IntToStr(CurId);
JSonObj.B['isFolder']:= true;
JSonObj.B['isLazy']:= true;
JSonObj.S['addClass']:= 'myClass';
AJSon.AsArray.Add(JSonObj);
end;
Alexander Bulei wrote:Hi asp,
By screenshot, its already looking fine...