True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / TextWrapping Enumeration

In This Topic
    TextWrapping Enumeration
    In This Topic
    Specifies whether text wraps when it reaches the edge of the cell.
    Syntax
    'Declaration
     
    Public Enum TextWrapping 
       Inherits System.Enum
    public enum TextWrapping : System.Enum 
    Members
    MemberDescription
    NoWrapNo line wrapping is performed.
    WrapLine-breaking occurs if the line overflows beyond the available block width, even if the standard line breaking algorithm cannot determine any line break opportunity, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed.
    WrapWithOverflowLine-breaking occurs if the line overflows beyond the available block width. However, a line may overflow beyond the block width if the line breaking algorithm cannot determine a line break opportunity, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1TrueDBGrid.TextWrapping

    See Also