Completed
Last Updated: 19 Jun 2017 12:25 by ADMIN
ADMIN
Dimitar
Created on: 28 Apr 2017 10:24
Category: VirtualGrid
Type: Bug Report
2
FIX. RadVirtualGrid - there is an extra space under each child view.
To reproduce:
- Remove the default padding:

private void RadVirtualGrid1_RowExpanding(object sender, VirtualGridRowExpandingEventArgs e)
{
     e.ChildViewInfo.Padding =new Padding(0,0,0,0);
 
}

Still some space remains, this can be seen in the demo application as well.
0 comments