Re: Listbox with images

Tech-Archive recommends: Speed Up your PC by fixing your registry



Richard,

I tried this and it actually works as you say. The only thing I may have forgotten to say is that I'd like to display them as if it were the "Explorer details view", that is, each one under the other.

When I use the Listview, I can only "arrange" them as the "Icon view" of the Explorer, if you see what I mean...

Thanks and best regards from Paris, France

Phil

Phil,

Yes, the listview control can support larger graphics with a custom size. A good example of a listview control is your Windows Explorer application. The panel on the right is a listview control. With it comes four ways to view the contents of the folder, include a detail view (with a small icon) and a large icon view.

Create your bitmaps, large and small, and place them in separate ImageList controls. Bind these ImageList controls to your Listview control and then you will be able to display a large or small graphic for your list item, regardless of the way your customer views the data.

Hope this helps get you going.
Richard


"Phil" wrote:


Ken,

Well, the thing is, I'd like to display a bitmap-type graphics large enough to be "readable", that is a 300 x 80 px representation of a plot. Would this be compatible with the listview? Looks to me like the listview really accepts icons and size would then be too small...

Thanks

Phil

.



Relevant Pages

  • Re: Listbox with images
    ... Check out the .View property of the Listview control. ... Large Icon ... "Phil" wrote: ... > forgotten to say is that I'd like to display them as if it were the ...
    (microsoft.public.vb.com)
  • Re: Listbox with images
    ... Phil a écrit: ... the listview control can support larger graphics with a custom size. ... A good example of a listview control is your Windows Explorer application. ... With it comes four ways to view the contents of the folder, include a detail view (with a small icon) and a large icon view. ...
    (microsoft.public.vb.com)
  • Re: best control for data display
    ... I would use the ListView control. ... > I'm building a small computer management application through WMI using ... > My problem is how to display the result of the WMI queries.^ ...
    (microsoft.public.vb.general.discussion)
  • Re: Subitems in a Listview Control
    ... I dont find a Sender.Mouseposition property in the hover event. ... I set the mouse location in the mouse move event and also display the ... >> Structure RECT ... >>>the item the mouse is over in a listview control but I did not see how to get ...
    (microsoft.public.dotnet.languages.vb)
  • RE: VB2005 ListView Control ?
    ... I populate a ListView control with a row of data that has about 300 ... If you do want to display text greater than 260 ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.windowsforms.controls)