AD
Administrator
Syncfusion Team
April 28, 2004 01:43 PM UTC
It is not deprecated. Only the overloaded method that accepts boolean flags has been marked that way pretty much since version 1.0 - we wanted to delete it but never did.
This one is ok:
public abstract bool ResizeToFit(GridRangeInfo range, GridResizeToFitOptions options);
This one is marked obsolete:
[Obsolete("Use GridResizeToFitOptions instead")]
public bool ResizeToFit(GridRangeInfo range, bool resizeCovered, bool noShrink)
Stefan
DA
Daws
April 29, 2004 10:34 AM UTC
Thanks, I guess MS has an intellisense bug then, cause I''m using one of the non-deprecated overloads.
Thanks,
Daws