|
Can be handled like this (related to the order of drawing controls)
The picture control should be the first object inserted after the dialog resource is inserted,
In this way, the other added controls will be on this picture control when running and displaying.
Don't believe it. You can also call it in related classes after this form is displayed.
[Show displayed controls] .Invalidate ();
If it is a dynamically created control, it is also related to the creation order, that is, first created first
If you want to display the order of controls in the program,
First use the control object-> Invalidate (); |
|