336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

* ListBox

  - listBox1.TopIndex = listBox1.Items.Count - 1;


* ListView

  - listView1.Items[listView1.Items.Count -1].EnsureVisible();


* TextBox

  - tbMessage.SelectionStart = tbMessage.Text.Length;

  - tbMessage.ScrollToCaret();


출처 : http://cafe.naver.com/mycscafe/1241

Posted by 역시인생한방
,