Hiya all,
I've just started using ActiveSkin to improve the look of my applications.
I have a problem in that not all controls, treeview for example, are supported?
Can I get round this?
Thanks, Paul:p
Printable View
Hiya all,
I've just started using ActiveSkin to improve the look of my applications.
I have a problem in that not all controls, treeview for example, are supported?
Can I get round this?
Thanks, Paul:p
What is ActiveSkin?
Woka
You can change the colors using the SkinSource object
Listview1.BackColor = sksrc.ClrWindow
Listview1.ForeColor = sksrc.ClrWindowText
those colors come from the skin
OK cheers!
If u are using the treeview or listview and the number of items in the list exceeds the height of the object the scrollbar appears
on the right of the object in the grey colour!
Can i change this?