ListView.Alignment 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 l'alignement des éléments dans le contrôle.
public:
property System::Windows::Forms::ListViewAlignment Alignment { System::Windows::Forms::ListViewAlignment get(); void set(System::Windows::Forms::ListViewAlignment value); };
public System.Windows.Forms.ListViewAlignment Alignment { get; set; }
member this.Alignment : System.Windows.Forms.ListViewAlignment with get, set
Public Property Alignment As ListViewAlignment
Valeur de propriété
Une des valeurs de l'objet ListViewAlignment. La valeur par défaut est Top.
Exceptions
La valeur spécifiée n'est pas l'une des valeurs ListViewAlignment.
Remarques
La Alignment propriété affecte uniquement l’alignement lorsque la View propriété a la valeur LargeIcon ou SmallIcon.