I am actually having a simular problem. I am interested in the three possible solutions. RegisterMdiChildTypes doesn''t help my flicker. Where would I use Resume/SuspendLayout to help?
>Hi Muayyad,
>
>You can send the sample to me at
[email protected]
>
>#1 is pretty normal. There''s a few things that can prevent the flickering depending on the exact situation. These include: Using Resume/SuspendLayout, pre-merging the bars with RegisterMdiChildTypes, and making sure that none of the Child BarItems are larger than the Parent BarItems. I''ll take a look at your sample and let you know which ones will help.
>
>#2 is happening because merging uses MergeOrder to determine the order of the BarItems. You''ll need to set the MergeOrder for all of the BarItems so that they end up in the order you want. If they all have a MergeOrder of 0 (the default), the order won''t end up like you expect.
>
>I''ll take a look at #3 once I get your sample.
>
>I''ve also updated your DirectTrac incident: 16730.
>
>Regards,
>Gregory Austin
>Syncfusion Inc.