In the documentation at
https://blazor.syncfusion.com/documentation/splitter/resizing/#refresh-content-on-resizing I see there are
OnResizeStart
, Resizing
or OnResizeStop
events.
I am however in no way able to actually use this - After some digging around I see these events live in the SplitterEvents and SplitterModel classes, but I have not been able to find a way to either set or access these classes from within an SfSplitter or any of its content/sibling types.
Would it be possible to add an example on how to use this in the documentation? Currently I am trying to add an SfMaps inside an SfSplitter which does not resize properly. If I call Refresh() on the maps reference it does work. I need to call the Refresh function from an event handler bases on the Resizing (or if poor performance would require it, OnResizeStop) event.
Thanks in advance!