Howdy,
I have a user control with a heap of windows controls on it.
When the user control gets resized, I want it to wait until the user is
finished resizing before establishing layout.
I am aware of suspend and resume layout funcitons, however am not sure
what event I should be handling. If I use the resize event, then it
redoes layout on every pixel movement, and this can get clunky even
with the two afore mentioned methods.
Thanks in advance.
I have a user control with a heap of windows controls on it.
When the user control gets resized, I want it to wait until the user is
finished resizing before establishing layout.
I am aware of suspend and resume layout funcitons, however am not sure
what event I should be handling. If I use the resize event, then it
redoes layout on every pixel movement, and this can get clunky even
with the two afore mentioned methods.
Thanks in advance.