dbicList Send comments on this topic.
EditAutoSize Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : EditAutoSize Property

Determines if the dbiTextBox displayed when editing cells, will be automatically resized based on the font size and current text length.

Syntax

Visual Basic (Declaration) 
Public Property EditAutoSize As Boolean
C# 
public bool EditAutoSize {get; set;}

Property Value

boolean

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also