Section header acts as a title bar for different sections in a page. The Section Header implements a reusable view that can be placed at the top of a table section. You use headers to display additional information for that section.
Section header is used along with the Tableview in Configure.IT. It comes into play when you want to group things under some header. Use this control, if you have custom content to display. You can design it the way you want and also add controls to it.
Enables the Interaction with user, i.e. control responds when user taps on it.
Used to set the transparency to the object which ranges from 0 to 1.
Used to set the background color to the Section Header.
Sets angle in degrees to which the Section Header which is in its normal state, has to be rotated. Possible values for this property are -360 to 360.
Sets border width for a Section Header.
Sets radius with which control's rounded corners should be drawn. Setting this property will enable control appear with rounded corners.
Sets the border color for a control. Works only if "Border Width" property is set to a value more than 0. Default would be black color.
Sets width of each dash in dashed border pattern for a Bar Code Button.
Helps set the spacing between Dashes for Dashed Border.
Sets the width of the Section Header.
Sets the height of the Section Header.
Sets unique identifier for the control. Control can be referenced with name set in this property for configuration.
Set "Object ID" of Section Header which contains this control or can serve as parent.
Sets the web service key from data received from web server, which corresponds to the value to be displayed on the control.
Web service key which will be used as data source for Section Header.
Group of vertical android default properties.
These are the android default properties to set selected view with respect of other view.
Reference object that is used for positioning selected object
marginTop : Specifies extra space on the top side of this view. This space is outside this view's bounds.
marginBottom : Specifies extra space on the bottom side of this view. This space is outside this view's bounds.
Value defines the extra space value in pixel.
This property centers the child vertically with respect to the bounds of its parent view.
If any of the vertical layout setting parameter(s) are selected then this value is selected to indicate user applied vertical custom layout setting parameter(s).
Group of horizontal android default properties.
Reference type is the the default property to set selected view with respect to other view.
Reference object that is used for positioning selected object.
marginLeft : Specifies extra space on the left side of this view. This space is outside this view's bounds.
marginRight : Specifies extra space on the right side of this view. This space is outside this view's bounds.
Offset Value defines the extra space value in the pixel.
This property centers the child horizontally with respect to the bounds of its parent view.
If any of the horizontal layout setting parameter(s) are selected then this value is selected to indicate user applied horizontal custom layout setting parameter(s).
Group of vertical android default properties.
The height of the view cannot be less than the given value.
If user select “Default Min Height” then android default value is taken otherwise it takes 0dp.
The width of the view cannot be less than the given value.
If user select “Default Min Width” then android default value is taken otherwise it takes 0dp.
If any of the layout setting parameter(s) are selected then this value is selected to indicate user applied custom layout setting parameter(s).
For instance, a Bottom value of 2 will push the view's content by 2 pixels to the top of the bottom edge.
For instance, a Top value of 2 will push the view's content by 2 pixels to the bottom of the top edge.
Group of horizontal android default properties.
Sets the width of the view
match_parent/fill_parent : Takes the width as its parent view
wrap_content : Takes the width as its content’s width
Sets the height of the view
match_parent/fill_parent : Takes the height as its parent view
wrap_content : Takes the height as its content’s height
This property centers the child vertically with respect to the bounds of its parent view.
For instance, a Right value of 2 will push the view's content by 2 pixels to the left of the right edge.
The padding is expressed in pixels for the left, top, right and bottom parts of the view. Padding can be used to offset the content of the view by a specific amount of pixels.
For instance, a Left value of 2 will push the view's content by 2 pixels to the right of the left edge.
Hiding an element can be done by checking ‘Hide’. This property lets you hide the control.
Advance - Sets auto resizing with respect to superview, for Section Header.
A Boolean value that determines whether subviews are confined to the bounds of the control.
This event is triggered on load of a control. Further, the desired Action can be defined as per the requirement.
Fired when Section Header is tapped once with a single finger.
Fired when there is an elongated press on Section Header with single finger.
Fired when Section Header is swiped down with single finger.
Fired when Section Header is swiped left with single finger.
Fired when Section Header is swiped right with single finger.
Fired when Section Header is swiped up with single finger.
Fired when Section Header is tapped twice with a single finger.
Fired when Section Header is tapped thrice with a single finger.
Fired when there is an elongated press on Section Header with two fingers.
Fired when Section Header is swiped down with two fingers.
Fired when Section Header is swiped left with two fingers.
Fired when Section Header is swiped right with two fingers.
Fired when Section Header is swiped up with two fingers.
Fired when Section Header is panned (sweeped) with two fingers.
Fired when Section Header is tapped twice with two fingers.
Fired when Section Header is tapped once with two fingers.
Fired when Section Header is tapped thrice with two fingers.
Rows in section will open/close on tapping section header of expandable table view. Instead if you want to add a button on header on whose click open/close action should be performed, you can add a button on section header and set “Expand Button Identifier” property of expandable table view to that button.