flicker in win app refresh
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Private Sub _SplitterMoved(ByVal sAs Object, _ ByVal e As System.Windows.Forms.SplitterEventArgs) _ Handles SplitContainer1.SplitterMoved For i As Integer = 0 To Me.TabControl1.TabPages.Count - 1 Me.TabControl1.TabPages(i).Refresh() Next End Sub
Is there a better way to fix the tabpages not filling the tabcontrol's area when you move the splitter?