How can I construct a dialog with no margins between controls and a dialog border ? I try to create a dialog with a single CEikImage control, but there is a white margin on left and top edge. I set SetMargins(), SetInternalMargins() to 0, applied EEikDialogFlagDensePacking and a couple flags for CEikImage control with no effect however. Right and bottom margins disappeared but there are still left and top ones visible. Is this possible ?