Unplanned
Last Updated: 30 Mar 2016 08:21 by ADMIN
ADMIN
Ralitsa
Created on: 28 May 2015 09:38
Category:
Type: Bug Report
0
FIX. RadListView - while resizing columns in DetailsView the characters move
To reproduce: 
1. Drag and drop RadListView and set the ViewType to DetailsView
2. Add few rows and 2 columns. Set the font of items to Trebuchet MS
3. While resizing columns, the text jumped up. 

Workaround: 
Set the AllowArbitraryItemHeight property to true: 
this.radListView1.AllowArbitraryItemHeight = true;
0 comments