ScrollBar.AutoSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si ScrollBar est automatiquement redimensionné pour s'ajuster à son contenu.
public:
virtual property bool AutoSize { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool AutoSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoSize : bool with get, set
Public Overrides Property AutoSize As Boolean
Valeur de propriété
true
si le ScrollBar doit être redimensionné pour s'ajuster automatiquement à son contenu ; sinon, false
.
- Attributs
Remarques
La définition de la AutoSize propriété n’a aucun effet sur l’apparence du contrôle.