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
5250
Disable MainColumn Header
posted

Hi all

I am using Infragistics 9.2 and I am trying to build up
UltraListView without Header of MainColumn.
The UltraListView has only the MainColumn.

Does anybody knows how to hide this Header ?

Thanks & best regards
Frank Uray

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    You can't hide the MainColumn, although you can make it behave like any other sub-item column by disallowing editing for that column. You might also want to set UltraListView.ViewSettingsDetails.FullRowSelect to true so that the whole "row" depicts selection, and not just the text in the main column.

Children