Link to home
Start Free TrialLog in
Avatar of riyasjef
riyasjef

asked on

How can we implement Flat Scrollbars in a List View?

Hi
How can we implement Flat Scrollbars in a List View? (i am using VB) I set FlatScrollBar property of ListView to true , but it doesnt seem to work properly
is it possible to implement FlatScrollBars  to a ListView so that it should perform as its normal 3d Scrollbar. That is Scrollbar positions should be positioned automatically when ListItems are added or removed from the Listiew Control.

Thanks  in Advance
Riyasjef
ASKER CERTIFIED SOLUTION
Avatar of Erick37
Erick37
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Mikal613
Mikal613
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of riyasjef
riyasjef

ASKER

Hi Mikal613  

Thanks
i tried this link
>>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconusingflatscrollbarcontrol.asp

I placed a FlatScrollBar with orientation Vertical. and it works fine when i set the values of the scroll bar to the listview selecteditem index

But how can i manage the horizontal Scroll bar. ListView Control provides a Horizontal Flat scroll bar
but it doesnt work properly when it is scrolled.
Any Idea ?

Riasjef
Hi
  it is better to try any third party  Controls
something like VSFlexgrid..
 ;-)
Shiju
@shijusn thanks
I can't use third party components for the time being..

@Mikal613  
how can i manage the horizontal Scroll bar..

RJ