Xamarin.Android | ComponentOne
Controls / FlexGrid / Features / Word Wrap
In This Topic
    Word Wrap
    In This Topic

    You can use WordWrap method to display multiple lines of text in a single cell. The WordWrap method determines whether the grid should automatically break long strings containing multiple words and special characters such as spaces in multiple lines. Multiple line text can be displayed in both fixed and scrollable cells.

    In Code

    The code given below sets the WordWrap method to true for Country column.

    C#
    Copy Code
    // Set WordWrap property in code
    column.WordWrap = true;