or
My form has RadListBox control. Now I use the following code -
Dim
ltitem As New Telerik.WinControls.RadItem
ltitem.Text =
"Hello"
Me.RadListBox1.Items.Add(ltitem)
RadListBox1.Refresh()
(I am using VB.NET 2008).
Can anyone help me out. I tried a few things but so far no result.
Thank you,
GR
| textBox.BeginUpdate(); |
| textBox.Text = "Leave no tracks behind"; |
| textBox.EndUpdate(); |