Hey fellow DCers...
Here with a strange, possibly not completable, probably confusing-and-complex-to-answer question. Here goes...
I have a VB application with various tabs, items on the tabs, and everything working as planned. However, on some tabs I have lots of content, and on others I have next to nothing. What I want to do is when the user clicks a tab, ANIMATE the GUI to resize to the needed size (like Apple Software Update).
Private Sub MyTab_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyTab.Click
On Error Resume Next
'I don't know what to put here
End Sub
Anyone know how to do this? Or have anywhere to point me to?
-Brandon