JVCL Help:TJvTabBarItem.MakeVisible

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Forces a tab onto the display area for the TabBar control.


Pascal

 procedureMakeVisible;


Description

MakeVisible is a procedure used to force a tab onto the display area for the TabBar control. MakeVisible calls the same similarly named method for the TJvTabBar instance.
The values in both Visible and Enabled must contain True or no action is performed.
MakeVisible causes the display rectangles for tabs on the control to be recalculated and adjusted until the specified tab is with the display area for the TabBar. This includes scrolling the visible tabs until the target tab fits onto the display area. When necessary, the scroll buttons are updated and the TabBar control is redrawn.
The Tab can be scrolled into view and redrawn by setting the SelectedTab property in TJvTabBar.


See Also

TJvCustomTabBar.MakeVisible, TJvCustomTabBar.SelectedTab, TJvTabBarItem.Visible


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page