ComponentOne True DBGrid for WinForms
Data Presentation Techniques / Data Display / Multiple Line Data Display / Implications of Multiple-Line Mode
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 RowHeight property. The RowHeight property returns the height of a cell or a line, not the height of a row. Changing this property would break users' existing code.
    2. The second is more of a limitation than an exception. Currently the dividers between rows and lines are the same. When the RowDivider object's style property is changed, all dividers between rows and lines change to the same style. That is, different dividers cannot exist for rows and for lines.
    See Also