I need to hide a control from view, but keep it in the layout pass - the same as WPF does with Visibility.Hidden.
IsVisible is the equivalent of Visible and Collapsed - shown and in the layout or hidden and not in the layout but I'd like the third option - hidden but in the layout.
Is this possible?