﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Multiple Images columns in grid</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sat, 16 May 2026 22:58:05 GMT</lastBuildDate><ttl>20</ttl><item><title>Multiple Images columns in grid</title><link>http://forum.strataframe.net/FindPost31841.aspx</link><description>Hi&lt;br/&gt;&lt;br/&gt;&lt;div&gt;I would like have a StrataFrame ListView where the first 3 columns would display various status symbols. Alternatively, it would be fine if I could have a single column where I can put 1-3 symbol images.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Does anyone have any tips on how to do this?&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Thank You,&lt;div&gt;Govinda</description><pubDate>Wed, 20 Feb 2013 13:30:10 GMT</pubDate><dc:creator>Govinda Berrio</dc:creator></item><item><title>RE: Multiple Images columns in grid</title><link>http://forum.strataframe.net/FindPost31843.aspx</link><description>If you use the ListView, which is based on System.Windows.Forms.ListView, then you will have to implement "owner draw" on the control. &amp;nbsp;It's a pain, there is some flag you go set and then draw the control in the OnPaint() method. &amp;nbsp;With owner draw, you have to render just about everything from what I remember. &amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;div&gt;If you use the StrataListView, which is a custom control in the MicroFour StrataFrame UI Expanded assembly, then you can specify an image for any column. &amp;nbsp;Each individual cell can have its own ImageKey that uses the ImageList of the list to find its image.</description><pubDate>Wed, 20 Feb 2013 13:30:10 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>