J Joey Callisay Sep 16, 2004 #1 Can anyone tell me how are controls with dock property handled behind the scenes? When are they resized, etc. Thanx!
Can anyone tell me how are controls with dock property handled behind the scenes? When are they resized, etc. Thanx!
R Rami Saad Sep 20, 2004 #2 Hello, Check out the following link. It might help you answer your question: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfsystemwindowsformscontrolclassdocktopic.asp You can browse from there and find more explanation. Regards, Rami Saad MEA Developer Support Center ITworx on behalf of Microsoft EMEA GTSC
Hello, Check out the following link. It might help you answer your question: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfsystemwindowsformscontrolclassdocktopic.asp You can browse from there and find more explanation. Regards, Rami Saad MEA Developer Support Center ITworx on behalf of Microsoft EMEA GTSC
J Joey Callisay Sep 21, 2004 #3 Actually, it didn't, I was referring to behind the scenes, like the container is layout-ed first then there is a list for all controls docked right on it which are iterated for their new sizes and locations, etc.
Actually, it didn't, I was referring to behind the scenes, like the container is layout-ed first then there is a list for all controls docked right on it which are iterated for their new sizes and locations, etc.