eDriven Framework API
VerticalLayout Class
NamespaceseDriven.Gui.LayoutVerticalLayout
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public sealed class VerticalLayout : LayoutBase
Public NotInheritable Class VerticalLayout _
	Inherits LayoutBase
public ref class VerticalLayout sealed : public LayoutBase
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
VerticalLayout()()()()
Initializes a new instance of the VerticalLayout class

AddEventListener(String, EventHandler)
Adds the event listener
(Inherited from LazyEventDispatcher.)
AddEventListener(String, EventHandler, Int32)
Adds the event listener
(Inherited from LazyEventDispatcher.)
AddEventListener(String, EventHandler, EventPhase)
Adds the event listener
(Inherited from LazyEventDispatcher.)
AddEventListener(String, EventHandler, EventPhase, Int32)
Adds the event listener
(Inherited from LazyEventDispatcher.)
ClipAndEnableScrolling (Overrides LayoutBase.ClipAndEnableScrolling.)
DispatchEvent(Event)
Dispatches an event
(Inherited from LazyEventDispatcher.)
DispatchEvent(Event, Boolean)
Dispatches an event with an option for switching on delayed processing
(Inherited from LazyEventDispatcher.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Gap
VerticalGap

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HasBubblingEventListener(String)
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. This method returns true if an event listener is triggered during any phase of the event flow when an event of the specified type is dispatched to this EventDispatcher object or any of its descendants. The difference between HasEventListener() and HasBubblingEventListener() is that HasEventListener() examines only the object to which it belongs, whereas HasBubblingEventListener() examines the entire event flow for the event specified by the type parameter.
(Inherited from LazyEventDispatcher.)
HasEventListener(String)
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
(Inherited from LazyEventDispatcher.)
HorizontalAlign
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PaddingBottom
PaddingLeft
PaddingRight
PaddingTop
RemoveAllListeners(String)
Removes all event listeners of a certain type
(Inherited from LazyEventDispatcher.)
RemoveEventListener(String, EventHandler)
Removes the event listener
(Inherited from LazyEventDispatcher.)
RemoveEventListener(String, EventHandler, EventPhase)
Removes the event listener
(Inherited from LazyEventDispatcher.)
RequestedMinRowCount
RequestedRowCount
RowCount
RowHeight
StepSize
Step size used when scrolling with mouse wheel or increase/decrease keys
(Inherited from LayoutBase.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VariableRowHeight
VerticalAlign
Inheritance Hierarchy

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)