Property DoServerSidePlusMinusLast Updated: 5/7/2009 | |
| Sections above here: Home » Class Reference » TIWTreeView | |
|
Sections below here: Topics in this section: |
If this is set to true, the treeview no longer renders itself in JS from a data array. Instead, it renders as pure html containing only the html needed for the visible tree nodes. This can greatly decrease render time, since the tree generally doesn't have all of its nodes expanded and visible. In order to accomodate this, every click on a plus or minus button in the tree makes a round trip to the server. During this round trip, that node is expanded/unexpanded and the content is re-rendered. Also, ScrollToName is set to that plus/minus location. |
(C) 2002-2009 - Atozed Software Ltd. | |