Delay render till user logs in

Description

If enabled, delays rendering the List control until the user has logged in.

Discussion

The Delay render till user logs in property controls whether or not the layout for the List control should be generated immediately when the app is launched. When checked, the List's layout isn't generated until the user has logged in. For example, if the List is contained in a panel that is not currently displayed, the app will not render the List if Delay render till user logs in is enabled until the user has logged in.

See Also