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
3045
Can you simulate the Outlook's reading pane?
posted

Is it possible to simulate this behavior using the ultragrid or any of Infragistics list tools (ex. UltraListView)? Basically, the grid changes to multiline with only some desired column values when the control size becomes narrow enough. I don't mind using two separate grids for the views. Also notice that the condensed form still has column labels.

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    You could probably achieve this look or something very close to it using a RowLayout in the grid and turning off cell borders (BorderStyleCell property on the Override).

Reply Children