ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / CellTipsWidth Property

In This Topic
    CellTipsWidth Property (C1ListBase)
    In This Topic
    Returns or sets the width of the cell tip window.
    Syntax
    'Declaration
     
    
    Public Property CellTipsWidth As Integer
    public int CellTipsWidth {get; set;}
    Remarks

    The CellTipsWidth property returns or sets the width of the cell tip window in terms of the coordinate system of the list's container.

    By default, this property is set to zero, which causes the cell tip window to grow or shrink to accommodate the cell tip text. You can override this behavior and give the cell tip window a fixed width by specifying a non-zero value for this property.

    See Also