ScaleRichViewEdit table ColSizing

General TRichView support forum. Please post your questions here
Post Reply
_alex_
Posts: 3
Joined: Thu Jul 09, 2009 9:08 am

ScaleRichViewEdit table ColSizing

Post by _alex_ »

Hello,

I want to disable ColSizing in my table in the ScaleRichViewEdit.
The code

Code: Select all

table:=TRVTableItemInfo(srv.RichViewEdit.GetItem(ind));
table.Options:=table.Options-[rvtoColSizing];
srv.RichViewEdit.Reformat;
work in the RichViewEdit, but don't work in the ScaleRichViewEdit

Is it the bug?

P.S. I use SRV.v1.3.4
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It will be fixed in the next ScaleRichView update.
proxy3d
ScaleRichView Developer
Posts: 307
Joined: Mon Aug 07, 2006 9:37 am

Post by proxy3d »

bug fixed
Post Reply