c# - Anchor failed with tab page -
this original screen without full screen, set tab control anchor
at end of tab page in tab control unable anchor full size when set full screen, tab page dont have anchor control
private void maininterface_paint(object sender, painteventargs e) { pagetab.refresh(); }
solved problem each time resizing main interface, called refresh
Comments
Post a Comment