c# - Anchor failed with tab page -


this original screen without full screen, set tab control anchor

enter image description here

at end of tab page in tab control unable anchor full size when set full screen, tab page dont have anchor control

enter image description here

private void maininterface_paint(object sender, painteventargs e) { pagetab.refresh(); }

solved problem each time resizing main interface, called refresh


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -