General TRichView support forum. Please post your questions here
-
_alex_
- Posts: 3
- Joined: Thu Jul 09, 2009 9:08 am
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
-
proxy3d
- ScaleRichView Developer
- Posts: 307
- Joined: Mon Aug 07, 2006 9:37 am
Post
by proxy3d »
bug fixed