Dear Guys,
Are there any suggestions on the above?
Sample application has been sent.
1. Property tool window becomes blank: From time to time, the property window becomes blank. There are dozens of operations can cause this. An example: drag a button on the form, double click it to switch to its click handler code snippet, key in something, press ctrl+S to save. Press shift+F7 to return to the design window, you will find that the property window becomes blank. Although there is an workaround, that is, close/reopen the form, but it is really distracting and time wasting.
2. HeaderedPanel.Header is null at runtime: Run the application, click check header button, will display the case. I noticed that at design time, there are controls in the Header dropdownlist, but I cannot understand what that means.
3. HeaderedPanel.Client.Height == HeaderedPanel.Height == (Any Control that is contained in HeaderedPanel with Dock == DockStyle.Fill).Height: Run the application, press check height button.
4. To visually estimate the HeaderPanel.Header.Height: Run the application, press the Init button, then press the Shrink button. On my machine, I found that HeaderPanel.Header.Height=26.
I want my application, which is picture oriented, to be elegant, so accurate control of Controls' size is very much required.
BR
River