Hiding the Scrollbar in HtmlView gadget
BlitzPlus Forums/BlitzPlus Programming/Hiding the Scrollbar in HtmlView gadget| 
 | ||
| Is there any way to hide the vertical scroll bar in the HtmlView gadget. I want to have a html page that fits a window with no vertical or horizontal scroll bars. okee | 
| 
 | ||
| Why not hide it inside a panel gadget with a border? Make the HTML view gadget slightly larger than the panel gadget. | 
| 
 | ||
| Thanks cyberseth, that does the job |