method TreeCube.EnsureVisibleFace (Face as FaceEnum, [Animation as Variant])
Ensures that giving face fits the control's client area.

TypeDescription
Face as FaceEnum A FaceEnum expression that specifies the face to get it on front
Animation as Variant A Boolean expression that specifies whether animation is performed. If missing, the Animation parameter is True. 
The EnsureVisibleFace method ensures that specified face is fully displayed on the control. The VisibleFace property specifies the visible face. The AlwaysEnsureVisibleFace property indicates whether the control allows fully visible face when the user drags the cube to a different position. Use the AllowEnsureVisibleFaceOnKey property to disable navigating through the faces when user presses SPACE or arrow keys. The EnsureVisibleFaces property specifies the faces that can be fully visible. The EnsureVisibleFaceMargin property specifies the size of the margin ( left / right ) of the cube's client area to ensure that a face fits it. The EnsureVisibleFaceOnDblClick property ensures that the face being double clicked fits the cube's client area. 

The control may fire the following events, when the user drags the cube to a new position, or if the EnsureVisibleFace /  VisibleFace method is called: