وادار کردن لیست باکس به اسکرول تا یک آیتم مشخص
مثال - برای آخرین آیتم :
کد:
<font size="2"><font color="#008000">// Set the TopIndex property of the ListBox to ensure the</font></font>
<font size="2"><font color="#008000">// most recently added items are visible.</font></font>
<font size="2">listBox1.TopIndex = listBox1.Items.Count - 1;</font>
<font size="2">listBox1.SelectedIndex = listBox1.Items.Count - 1;</font>