ComponentOne List for WinForms
In This Topic
    Applying Pictures to List Elements
    In This Topic

    We extend the concept of styles to include background and foreground pictures, enabling you to add adornments to headers, footers, and caption bars, to specify a background pattern for data cells, and to render picture data in cells without having to populate a ValueItems object. The following properties of the Style object determine how pictures are displayed:

    Property Description
    BackgroundImage Sets/returns a style's background picture.
    BackgroundPictureDrawMode Controls how a style's background picture is displayed.
    ForegroundImage Sets/returns a style's foreground picture.
    ForegroundPicturePosition Controls how a style's foreground picture is positioned.

    Since picture properties follow the same inheritance rules as other style attributes, any technique described earlier in this chapter also works with pictures. This means that you can attach pictures to a list element using any of the following methods:

    See Also