[Visual Basic] Private Sub UserControl_Resize( _
ByVal sender As Object, _
ByVal e As EventArgs _
) Handles _
MyBase.Resize
[Visual Basic] Private Sub UserControl_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize
Me.Height = Me.ComboBox.Height
Me.ComboBox.TreeView.Left = Me.Left
Me.ComboBox.TreeView.Top = Me.Top + Me.Height
If p_DropDownWidth <= 0 Then Me.ComboBox.TreeView.Width = Me.Width
End Sub
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition