Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
As shown in the image, I want to set a margin of 16 between the header and item 0. How can I do that?
You could add this margin in the header component itself. ListView leftMargin can't be used here since it puts the margin on the left of header.
If using a Control as the header you could use rightPadding or rightInset to easily add a inside margin.
rightPadding
rightInset