Using VS 2003 ( C++ ), I've created a .NET Forms application. Added a TreeView docked to left, a Separator and a ListView docked to Fill ( not sure if relevant ). I've also enabled visual style using Application::EnableVisualStyles. The problem is that everything looks XP-ish ( I can see differences when I put the Name.exe.manifest to the same directory as the Name.exe ) except the TreeView's bottom scrollbar looks Win2k-ish ( even though no TreeViewNode exceeds the visible area of the TreeView ). When I expand the nodes until they go out of the TreeView visible area, the arrows from the scrollbar remain the same, while the center part of the scrollbar becomes XP blue-ish. If I collapse, the scrollbar dissapears ( as it should ). If I re-expand, the whole scrollbar looks as it should ( XP-ish )
Any ideas ?