R
Rob Richardson
Greetings!
I have a form with a listview, a menu, and a few text boxes, labels and
command buttons. I want to resize the listview when the form is resized to
that the widths of the spaces between the borders of the listview and the
borders of the form remain constant. I am finding this to be unexpectedly
hard. For one thing, I initialized some values in the form's Load event,
and I'm doing the control resizing in the form's Resize event. But I am
finding that the Resize event fires first! Actually, the Resize event fires
four times before the form's Load event! How can this be?
Thanks!
Rob, who obviously has some fundamental flaws in his understanding of event
sequences.
I have a form with a listview, a menu, and a few text boxes, labels and
command buttons. I want to resize the listview when the form is resized to
that the widths of the spaces between the borders of the listview and the
borders of the form remain constant. I am finding this to be unexpectedly
hard. For one thing, I initialized some values in the form's Load event,
and I'm doing the control resizing in the form's Resize event. But I am
finding that the Resize event fires first! Actually, the Resize event fires
four times before the form's Load event! How can this be?
Thanks!
Rob, who obviously has some fundamental flaws in his understanding of event
sequences.