JVCL Help:TJvPanelOrientation

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to specify the orientation of items in a TJvItemsPanel.

run\JvItemsPanel.pas


Pascal

 run\JvItemsPanel.pas
 TJvPanelOrientation = (
poHorizontal,
poVertical
);


Members

Members Description
poHorizontal Items are displayed from left to right.
poVertical Items are displayed from top to bottom.

run\JvItemsPanel.pas


Description

TJvPanelOrientation is used for the Orientation property to specify how items are displayed in the control.

run\JvItemsPanel.pas


About

Navigation

no pages or subcategories

run\JvItemsPanel.pas



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