B
Bill Fallon
I have a Windows.Forms.Panel object that contains a column of TextBox
objects. When I tab to a text box that is below the visible area of the
Panel, the panel automatically scrolls vertically to make the TextBox
visible. What I need to know is what event gets fired when this scrolling
occurs? The Panel.Scroll event does not fire. I need to know this because
I have an adjacent Panel object on the left that contains a column of Label
objects and I need to keep these two panels synchronized so the labels are
always aligned with their corresponding text boxes.
Bill
objects. When I tab to a text box that is below the visible area of the
Panel, the panel automatically scrolls vertically to make the TextBox
visible. What I need to know is what event gets fired when this scrolling
occurs? The Panel.Scroll event does not fire. I need to know this because
I have an adjacent Panel object on the left that contains a column of Label
objects and I need to keep these two panels synchronized so the labels are
always aligned with their corresponding text boxes.
Bill