1. Is there a scenario where it make sense for both lightweight and
viewlink to be set to true.
I use neither lightweight or viewlink - but they seem contrary to one
another.
Correct me if I'm wrong but because ViewLink "contains document fragments"
it could not pass as LightWeight.
Nic Roche
Microsoft's TabStrip Web Control uses both of these techniques.
Its basically a literal control.
Then, it uses the viewlink's document to store the inner structure of the
control for further references(may be because it doesn't want to destroy the
original inner contents.)
I cant see any other ........