ScaleRichViewEdit table ColSizing
Posted: Fri Jul 10, 2009 10:39 am
Hello,
I want to disable ColSizing in my table in the ScaleRichViewEdit.
The code
work in the RichViewEdit, but don't work in the ScaleRichViewEdit
Is it the bug?
P.S. I use SRV.v1.3.4
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;
Is it the bug?
P.S. I use SRV.v1.3.4