Integrated Application Platform › Forums › General › Scrollbar in Mshtml › Re: Re: Scrollbar in Mshtml
November 17, 2011 at 2:50 pm
#904
Moderator
Hi,
The vertical scroll bar is being added as part of the window style. There isn’t really a way of overriding that without modifying stdlib. MshtmlControl constructs an AtlAxWinControl and currently does not pass any window style options to it. If you look at AtlAxWinControl you will see that’s where the VSCROLL style is being applied.