RebarWindow change child window posittion inside the reband control
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I whant to change the possition at which the child window of a Rebar Window, in this case a toolbar window, is placed once the control is created. (padd it to the right) None of the members of REBARBANDINFO lets you specify an offset for it's child window. I could trap WM_SIZE messages and then re-position it's child everytime the window is moved, but I dont like this method. Is there any way to set the offset of a child window inside a reband control ? (whithout forcing size by means of constantly sending WM_SIZE messages) Thanks in advance. :)