Hi I'm currently using DevExpress SpreadsheetControl in my WinForms project.
I'm encountering an issue where the Spreadsheet Control's VisibleRange is detected as null when the SizeChanged event is handled even though the spreadsheet control's columns and rows are still visible. eg. resizing or maximizing the window size. Can I please ask if this behaviour is expected? Is it possible to get the VisibleRange when handling the SizeChanged event?
Attached is a sample project where I'm able to reproduce the behaviour and a winword document that describes what I have encountered when running the sample project.
Thank you.