JVCL Help:TJvNavigationPane.OnSplitterCanResize
Search in JVCL Help
Search in all projectsSummary
Occurs when the user tries to move the splitter with the mouse.
Pascal
propertyOnSplitterCanResize: TCanResizeEvent;
Description
Write an OnSplitterCanResize event handler to conditionally prevent the user from resizing neighboring components using the splitter. The NewSize parameter indicates the size the associated control will have if the splitter is allowed to perform the resize. This value can be changed if the attempted resize can be partially allowed. The Accept parameter indicates whether the resize should be permitted at all. Set Accept to False to disallow any movement of the splitter.
See Also
TJvCustomNavigationPane.OnSplitterMoved
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page