
Apply a stretched image as a listview background
PictureAlignment will give you some options (but not stretch).
--
----------------------------------------------------------------------------
-------------------
Clint LaFever
http://vbasic.iscool.net
Home of the Extended ListView (Free)
Edit any subitem with dropdown, textbox, command button, calendar or custom
entry field
Many other features
----------------------------------------------------------------------------
-------------------
Quote:
> Hi all,
> I noticed that with listview control 6.0 I can specify a background image
> with .Picture property.
> Is it possible to specify a filename (or resource) and stretch it so the
> image fill the listview dimensions? I suppose I have to use StrechBlt API
> but I'm not sure and I'm not able to do it.
> Thanks in advance.