Thank you for your answer, my question is no cursor click the cell, but can enter the contentSergey Tkachenko wrote:The caret is positoned to the right of the inserted table.
To move it to the first cell, add the line at the end of your code:Code: Select all
if (a) table->EditCell(0,0);
Search found 2 matches
- Tue Jun 03, 2014 8:55 am
- Forum: Support
- Topic: Without cursor table
- Replies: 2
- Views: 9821
- Tue Jun 03, 2014 2:34 am
- Forum: Support
- Topic: Without cursor table
- Replies: 2
- Views: 9821
Without cursor table
TRichViewEdit insert table, but after insertion form no cursor¡£ For example: TRVTableItemInfo *table = new TRVTableItemInfo(2 ,2 , rve_->RVData); table->Color = Graphics::clNone; table->CellBorderStyle = rvtbColor; table->CellBorderWidth = 3; table->CellVSpacing = -1; table->CellHSpacing = -1; ...