Я бы купил TRichView и перешел с HTML Component Library, но такие мелочи вымораживают.
Или я ошибаюсь и это не баг?
Извиняюсь что не на английском, гугль не справился с переводом
Search found 2 matches
- Mon Jan 13, 2020 7:03 am
- Forum: Support
- Topic: Table cells padding still exists
- Replies: 3
- Views: 19106
- Sun Jan 12, 2020 11:46 am
- Forum: Support
- Topic: Table cells padding still exists
- Replies: 3
- Views: 19106
Table cells padding still exists
Table cells padding still exists even if property CellPadding set to 0, some times cursor change to crDefault when i move mouse through cells
test.jpg
var
table: TRVTableItemInfo;
r, c: Integer;
begin
table := TRVTableItemInfo.CreateEx(4, 3, RichViewEdit1.RVData);
table.BorderStyle ...
test.jpg
var
table: TRVTableItemInfo;
r, c: Integer;
begin
table := TRVTableItemInfo.CreateEx(4, 3, RichViewEdit1.RVData);
table.BorderStyle ...