Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1440
Hiding Single Column Header
posted

The layout that I would like to achieve is as follows:

| Col1  |   Col2   |  Col3  |   Col4  |   Col5 |

|                        Col6  (multi line           |

I'd like to prevent the column heading for Col6 from displaying.  Can this be done?

As an alternative, could Col6 be represented as

| Col6:  ABCDE  

 

Thanks

 

Clay Seifert    

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Clay,

    You can't do this in the standard mode, but you can do it in RowLayout mode by setting the column's. RowLayoutColumnInfo.LabelPosition to None.

Children