ComponentOne List for WinForms
In This Topic
    Implications of Multiple-Line Mode
    In This Topic

    Existing row-related properties, methods, and events fit well with the earlier definitions of records, rows, and lines (with two exceptions to be described later). For example:

    Other row-related properties, methods, and events can be interpreted similarly. There are two exceptions:

    1. The first is the ItemHeight property. The ItemHeight property returns the height of a cell or a line, not the height of a row. Changing this property would break users' existing code, so we decided to keep this property the same.
    2. The second is more of a limitation than an exception. Currently the dividers between rows and lines are the same. When you change the RowDivider object's Style property, all dividers between rows and lines change to the same style. That is, you cannot have different dividers for rows and for lines.