Edited the following line in the demo app (CGridListCtrlExDlg.cpp) and increased margin value to 2.0: ``` // Give better margin to editors m_ListCtrl.SetCellMargin(1.2); ``` The result is like this: 
Edited the following line in the demo app (CGridListCtrlExDlg.cpp) and increased margin value to 2.0:
The result is like this:
