|
|
|
|
ItemsArea Property, RightPane Class |
Returns the area of the item area in the right pane.
Syntax RightPane Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property ItemsArea As Rectangle |
C# |
public Rectangle ItemsArea { get; } |
C++ |
public: property Rectangle ItemsArea { |
Property Value
The area of the item area in the right pane or Rectangle.Empty if no right pane is present.
Comments
The ItemsArea property returns the area of the item area in the right pane.
The Splitter.Width and Splitter.Offset properties are used to define the size and location of the splitter bar, which affects the width of the left and right panes.