HTMLSelectElement.Size

HTMLSelectElement.Size property

Number of visible rows. See the size attribute definition in HTML 4.01.

public int Size { get; set; }

See Also