Select to view content in your preferred language

Re-Draw issues with dockable window

593
3
11-22-2013 05:45 AM
ChrisBrannin
Regular Contributor
Hello

I am completely new to using the arcobjects SDK and have run into a minor issue with a dockable window. When I load the window everything is okay, but once the window is collapsed, the formatting is getting messed up (see image). Pointing me in the direction to fix this issue and any helpful tips would be greatly appreciated! Thanks
[ATTACH=CONFIG]29285[/ATTACH]
0 Kudos
3 Replies
AlexanderGray
Honored Contributor
this is most likely due to how the controls behave in terms of the control being resized.  You will need to look at the docking properties of each control to see how they are configured and change them to handle resizing.
0 Kudos
ChrisBrannin
Regular Contributor
this is most likely due to how the controls behave in terms of the control being resized.  You will need to look at the docking properties of each control to see how they are configured and change them to handle resizing.


Thanks for your reply. Unless I'm not understanding your suggestion, that did not work.
0 Kudos
AlexanderGray
Honored Contributor
ok look at it another way, if you put all the controls on a form and you resize the form, do the controls do the same thing?
0 Kudos