Search found 2 matches

by lzr_xytx823
Tue Jun 03, 2014 8:55 am
Forum: Support
Topic: Without cursor table
Replies: 2
Views: 9815

Sergey 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);
Thank you for your answer, my question is no cursor click the cell, but can enter the content
by lzr_xytx823
Tue Jun 03, 2014 2:34 am
Forum: Support
Topic: Without cursor table
Replies: 2
Views: 9815

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; ...