Custom UI : what is the html code for the Scene Browser "Styles" tab ?

 From:  Michael Gibson
10119.2 In reply to 10119.1 
Hi Pior, the scene browser is implemented as one big custom control that is placed using a <moi:SceneBrowser> tag in HTML.

All of its internals like populating and updating the different sections and handling events and such are all implemented by code inside moi_lib.dll . It's not set up to have just one portion of it yanked out and placed somewhere else so what you are describing isn't very feasible, sorry.

- Michael