Hello,
I have a ListGrid in which each row(record) is a widget and does not have its own property or text value. for this, I have overridden ListGrid.createRecordComponent(ListGridRecord, Integer) method and it works great except that I am unable to remove the white space above my widget inside each record. How do I do that? I have attached an image of how my ListGrid looks with a red line on the white space I want to eliminate. Please help!
Thank you!
Demer
I have a ListGrid in which each row(record) is a widget and does not have its own property or text value. for this, I have overridden ListGrid.createRecordComponent(ListGridRecord, Integer) method and it works great except that I am unable to remove the white space above my widget inside each record. How do I do that? I have attached an image of how my ListGrid looks with a red line on the white space I want to eliminate. Please help!
Thank you!
Demer
Comment