Centered images in Better ListView
Better ListView 3.11 supports aligning images in sub-items and columns to center. Simply set AlignHorizontalImage property of an sub-item or column to BetterListViewImageAlignmentHorizontal.OverlayCenter.
The image will be centered inside available space regardless of text.
This is useful for sub-items and column headers consisting of image only.
]]>The alignment can be set separately on every sub-item (using AlignImageHorizontal and AlignImageVertical properties).
Moreover, the right-aligned images can be used in column headers and groups:
The alignment of images is similar to that of text. Every image has its frame, which can be possibly larger than the image itself. In such case, the image needs to be further aligned within the frame. This has been done automatically by centering the image within frame, but now you have full control over the alignment.
]]>