cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Fearme
Level 4

How to Add Scroll bars to HTML control

Hi, I have created a text label on a custom dialog and have loaded a html page into it successfully but I can't get the vertical scroll bar to appear.

Is this possible? I have enabled the 'Other Window Styles' property WS_VSCROLL but that didnt do anything.

Thanks
Labels (1)
0 Kudos
(2) Replies
Marwan
Level 7

Did you try scrollbars within the html?
You turn on the scroll style on the body tag or you can have a Div tag to include everything else and set its style. Something like this:




Html goes here

0 Kudos
Fearme
Level 4

That works, thankyou
0 Kudos