Simple Question - Loading Form
-
Ok. I am not putting up an example because I really dont think it is needed. I have a form with a split container with another split container in that. I have the containers displaying a treeview and a property grid. I also have the standard menus on the form. There really isnt that much. my problem is that i have the split containers hidden when the form is loaded, when i press new it displays them. My problem after i press new the form loads one split container then the other one. it doesnt look very good. is there any way i can speed up the loading?
-
Ok. I am not putting up an example because I really dont think it is needed. I have a form with a split container with another split container in that. I have the containers displaying a treeview and a property grid. I also have the standard menus on the form. There really isnt that much. my problem is that i have the split containers hidden when the form is loaded, when i press new it displays them. My problem after i press new the form loads one split container then the other one. it doesnt look very good. is there any way i can speed up the loading?
Some controls have a suspend/resume layout which may be useful, I do not think you will get a good resolution unless you are doing a lot of processing in the container load.
Never underestimate the power of human stupidity RAH