When to redraw VirtualTreeView after OnNewText event?
问题 I use this code to fill VirtualStringTree and allow renaming items: //--------------------------------------------------------------------------- // Structure for the tree //--------------------------------------------------------------------------- struct TVSTdata { UnicodeString Name; }; //--------------------------------------------------------------------------- // Initialization of the tree //--------------------------------------------------------------------------- __fastcall TForm1: