miguel28 / imagelistview

Automatically exported from code.google.com/p/imagelistview
0 stars 0 forks source link

Items Color Changed #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 10.3 version is supported but latest version 11.0 did not supported item color changed codes....

    Dim Properties As ImageListViewItemProperties
     Properties.ForeColor = Color.Magenta
     Properties.BorderColor = Color.DarkMagenta
            For Each _itmS As Manina.Windows.Forms.ImageListViewItem In ImageListView1.Items
                If _itmS.Selected = True Then
                    _itmS.Tag = Properties
                End If
            Next

i was used this code with 10.3 version working fine but latest version did not 
supported this code ....
how to change the items color sir 

Thanks 
Raj ...........

Original issue reported on code.google.com by venicera...@gmail.com on 31 Dec 2012 at 8:36

GoogleCodeExporter commented 9 years ago
What is ImageListViewItemProperties in your code above? Do you have a custom 
renderer?

Original comment by oozcitak on 31 Dec 2012 at 9:56

GoogleCodeExporter commented 9 years ago
itz working fine sir... i just missed the code SetRenderer ,... itz mistake 
...working like charm .....thnx and Happy new Year sir .....

;;;;;;;;;;;;;;;

How to Render the ScrollBars ...itz shows normal style ...
but i am using some Dev Express controls (free) they have different scrollbar 
style
with all controls....is't possible to update like this ...

Thanks 
Raj .........

Original comment by meds...@gmail.com on 31 Dec 2012 at 2:19

Attachments:

GoogleCodeExporter commented 9 years ago
I am afraid this is not possible.

Original comment by oozcitak on 2 Jan 2013 at 12:14