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
89
Can you show child bands side by side?
posted

Child bands are usually positioned below their parents, sometimes next to their parents.
But child bands are always positioned below each other, never next to each other.

I would like to see a parent band with a 'left' child band an a 'right' child band.
Is this possible?

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Yes,

         
            private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e)
            {
                e.Layout.ViewStyleBand = ViewStyleBand.Horizontal;
            }  

Children