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
190
Changing a margin between parent band and child band.
posted

Hi! I'm using Ultragrid, and I'd like to change a margin between parent band and child band, but I couldn't find out  any ways. So do you have such properties or method ?

Here the region I'd like to control is depicted.

Parents
  • 71886
    Verified Answer
    Offline posted

    Hello,

    Thank you for the screenshot and the detailed explanations.

    You could use the 'InterBandSpacing' property in order to achieve the desired behavior:

            private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e)

            {

                e.Layout.InterBandSpacing = 0;

            }

    Please feel free to let me know if a question about our tool set comes up on your mind.

Reply Children
No Data