FlexGrid for WinForms

FlexGrid -

  •  newsgroup_archive said 8 years, 1 month ago:

    Milan Tuma wrote:
    > If number of rows doesn't exceed vertical size
    > of flexgrid on the form, then thin line appear
    > behind last row.
    >
    > I don't want this line behind last row :(

    I asked the same question a couple of weeks ago. :) The answer is to set the
    Border.Style property of the EmptyArea style, as follows:

    Me.C1FlexGrid1.Styles.EmptyArea.Border.Style =
    C1.Win.C1FlexGrid.BorderStyleEnum.None

    Adam.

    Click here to view the original newsgroup article (read only).

  •  newsgroup_archive said 8 years, 1 month ago:

    Hi,

    I have got problem with .NET flexgrid:

    I have got flexgrid without "grid lines"
    (no lines between rows and cols) !!!

    If number of rows doesn't exceed vertical size
    of flexgrid on the form, then thin line appear
    behind last row.

    I don't want this line behind last row :(

    Thanks for your answers.

    Milan

    Click here to view the original newsgroup article (read only).

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.