J
Julie
I've created 2 custom commandbars, cb1 and cb2. At startup, I would like cb2
to dock next to cb1, but it always seem to want to dock below it. I cannot
figure out how to do this. I've tried:
cb1.RowIndex = cb2.RowIndex + 1;
That did not work. I've also tried determining the exact position where cb1
is docked and setting the exact pixels:
cb2.Top = 50;
cb2.Left = 46;
But that didn't work either -- it docked in the correct position (cb2.Left),
but it is still docked a row below cb1. Can someone please tell me how to
dock cb2 to the right of cb1? Thanks much!!!
to dock next to cb1, but it always seem to want to dock below it. I cannot
figure out how to do this. I've tried:
cb1.RowIndex = cb2.RowIndex + 1;
That did not work. I've also tried determining the exact position where cb1
is docked and setting the exact pixels:
cb2.Top = 50;
cb2.Left = 46;
But that didn't work either -- it docked in the correct position (cb2.Left),
but it is still docked a row below cb1. Can someone please tell me how to
dock cb2 to the right of cb1? Thanks much!!!