22 พฤษภาคม 2556

วิธีการ Set Focus ที่แถวแรกของ Listview (VB.NET)

            If ListView1.Items.Count > 0 Then
                ListView1.Focus()
                ListView1.Items(0).Selected = True
            End If

ไม่มีความคิดเห็น: