how to get a horizontal scrollbar trackbar's position in treeview
control (in CustomDraw event)?
Rimvydas
"Rimvydas Paulavicius" <Pau...@post.5ci.lt> wrote in message
news:41696EB9...@post.5ci.lt...
> Hi,
>
> how to get a horizontal scrollbar trackbar's position in treeview
> control (in CustomDraw event)?
Take a look at the Windows API call GetScrollInfo; MSDN Tiny Link:
http://tinyurl.com/4bezj
Damien
> how to get a horizontal scrollbar trackbar's position in treeview
> control (in CustomDraw event)?
Use the GetScrollPos or GetScrollInfo function with nBar set to SB_HORZ.
-Michael