Property TabCollection
TabCollection
Gets the tabs in logical order. This may differ from SubViews order because the focused tab is moved to the end of the draw list to render on top.
public IEnumerable<View> TabCollection { get; }
Gets the tabs in logical order. This may differ from SubViews order because the focused tab is moved to the end of the draw list to render on top.
public IEnumerable<View> TabCollection { get; }