We often receive requests from our users to resize the FpSpread columns and rows proportionately with the change in Form size. As FpSpread does not have any direct method to achieve the same, this utility blog explains the approach to resize the Columns and Rows as FpSpread is resized along with the form. Implementation is simple and requires handling of Form's Resize event. In this event, each column and row are assigned different width and height respectively, depending on the size of the form that has been resized. Given code snippet shows the implementation of Form's Resize event to calculate the height and width of the rows and cols depending on changing Form dimensions.
Refer to the attached samples for detailed implementation. DownloadSample_CS DownloadSample_VB