Home > Software engineering >  In the first line of the ListView, adding images list?
In the first line of the ListView, adding images list?

Time:10-01

As shown in figure, I need the display effect:

In the column "QiLi", there is a list of images in front, but it is a first line (first line add image list I already will),

I am using the SDK,



CodePudding user response:

To redraw the control

BCG interface library seems to have this feature

CodePudding user response:

reference 1st floor boylafong response:

to redraw the control
BCG interface library seems to have the function of


Do you mean with "graphic"? Can I use the spy++ checked the style of this window, there is no custom painting this style, it is how to do?

I am using the SDK,

CodePudding user response:

refer to the second floor MBCTB response:
Quote: refer to 1st floor boylafong response:

To redraw the control

BCG interface library seems to have the function of


Do you mean with "graphic"? Can I use the spy++ checked the style of this window, there is no custom painting this style, it is how to do?

I am using the SDK,


Is the custom painting

CodePudding user response:

Since the draw more troublesome, I use spy++ looked at it and its listview, a window style in this style, there seems to be no ownerdraw

I don't know without a custom painting can do?

CodePudding user response:

No one knows no "graphic" reach the effect diagram method?

CodePudding user response:

No conventional methods.

CodePudding user response:

reference 4 floor MBCTB response:
custom painting more troublesome, I use spy++ looked at it and its listview, a window style in this style, there seems to be no ownerdraw

I don't know without a custom painting can do?
impossible

CodePudding user response:

Hello
I am a webmaster
this editionThis post has been long time no attention
Would you please timely junction post
If you think the problem not solved can press no satisfaction and post processing
In addition this edition is set up problems summary post
And has set up a page in top
The instructions are relevant provisions in the post
You can according to the regulation to submit your post links
If you currently do not want to "post just reply that
We will delete this junction post notice

See this reply many days without response
We will be forced to "post
Rules can be found in the interface interface version specific measures about moderator junction post work

CodePudding user response:

The building Lord, you found a job yet

CodePudding user response:

ListView_SetItem
Fill LVITEM iImage index (image), mask |=LVIF_IMAGE
  • Related