|

BrowserList
Active
The BrowserList control is a new kind of listbox that
displays HTML instead of plain text. The
BrowserList is a new invention that will add style to your
UI. The BrowserList is different from traditional
listboxes in that it only displays one ListItem at a time
(for a "traditional" HTML ListBox control,
please see our HotList
page).
Here are some of the features of the BrowserList:
- Display any HTML text, including graphics.
- Dynamic display update as it scrolls, or wait until
finished scrolling.
- Ability to provide custom scrolling tooltips (see
screenshot below).
- Set the current index programmatically.
Set the HTML directly via the HTML property or
use the Navigate method to load any webpage
(including via our HSP product).
Scrolling HTML
Lists
The top BrowserList
was loaded using HSP (via Navigate). The other two were
loaded directly in code via the HTML property. |