ScrollableControl.AdjustFormScrollbars(Boolean) Metodo
Definizione
Regola le barre di scorrimento nel contenitore in base alle posizioni correnti del controllo e al controllo selezionato.Adjusts the scroll bars on the container based on the current control positions and the control currently selected.
protected:
virtual void AdjustFormScrollbars(bool displayScrollbars);
protected virtual void AdjustFormScrollbars (bool displayScrollbars);
abstract member AdjustFormScrollbars : bool -> unit
override this.AdjustFormScrollbars : bool -> unit
Protected Overridable Sub AdjustFormScrollbars (displayScrollbars As Boolean)
Parametri
- displayScrollbars
- Boolean
true
per visualizzare le barre di scorrimento; in caso contrario, false
.true
to show the scroll bars; otherwise, false
.
Commenti
Quando necessario, il AdjustFormScrollbars metodo dispone l'area client, incluso il ridimensionamento dell'area di visualizzazione come richiesto per contenere le barre di scorrimento.When required, the AdjustFormScrollbars method lays out the client area, including resizing the display area as required to accommodate the scroll bars.