or
e.CellElement.Alignment =
ContentAlignment.TopLeft;
on the ViewCellFormatting event but it doesn't make any difference.
| RadListBoxItem docQueue = this.lstDocQueue.FindItem(letter.ToString()); |
| this.lstDocQueue.SelectedItem = docQueue.Text; |
| RadListBoxElement element = (RadListBoxElement)this.lstDocQueue.RootElement.Children[0]; |
| element.ScrollElementIntoView(docQueue); |