Links
EControl Syntax Editor SDK
TSyntaxTreeView.OnCanResize Property

Occurs when an attempt is made to resize the control.

property OnCanResize;

Use OnCanResize to adjust the way a control is resized. If necessary, change the new width and height of the control in the OnCanResize event handler. The OnCanResize event handler also allows applications to indicate that the entire resize should be aborted. 

 

If there is no OnCanResize event handler, or if the OnCanResize event handler indicates that the resize attempt can proceed, the OnCanResize event is followed immediately by an OnConstrainedResize event.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!