Expand Minimize
2 out of 10 rated this helpful - Rate this topic

DataGridView.AutoSize Property

Note: This property is new in the .NET Framework version 2.0.

This member overrides Control.AutoSize.

public override bool AutoSize { get; set; }
/** @property */
public boolean get_AutoSize ()

/** @property */
public void set_AutoSize (boolean value)

public override function get AutoSize () : boolean

public override function set AutoSize (value : boolean)

.NET Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.