The cell-oriented Grid control is very efficient display engine for tabular form of data that can be customized down to the cell level.
Grid cell represented by Configure.IT represents a single cell, whereas Grid View represents a collection of data of multiple cells. This class includes properties and methods for setting and managing cell content and background [including text, images and custom views].
Enables user interaction i.e, control responds to user touches.
This is for setting transparency of control. ranges from 0 to 1.
Used to set the background color to the Grid Cell.
Sets angle in degrees to which control in its normal state has to be rotated. Possible values for this property are -360 to 360.
Sets border width for Grid Cell.
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 control.
Helps set the spacing between Dashes for Dashed Border.
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).
Sets the width of the Grid Cell.
Sets the height of the Grid Cell.
Sets unique identifier for the control. Grid Cell can be referenced with the name set in this property for configuration.
Set "Object ID" of Grid Cell which contains this control or can serve as parent.
Sets “key name to datasource” for a particular part of datasource.
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)
If any of the layout setting parameter(s) are selected then this value is selected to indicate user applied custom layout setting parameter(s)
This property centers the child vertically with respect to the bounds of its parent view.
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.
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
For instance, a Right value of 2 will push the view's content by 2 pixels to the left of the right edge
Group of horizontal android default properties.
Group of vertical 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
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 Grid Cell.
A Boolean value that determines whether subviews are confined to the bounds of the Grid Cell.
This event is triggered on load Grid Cell. Hence any action can be defined. This can be configured in "LOAD" event listed under "Action(S)" tab of Grid Cell control.
Fired when Grid Cell is tapped once with a single finger.
Fired when there is an elongated press on Grid Cell with single finger.
Fired when Grid Cell is swiped down with single finger.
This event is is triggered when timer(which was started using "Set Timer" action) is fired. Any actions you want perform on timer fired event can be configured in "Timer Fired" event listed under "ACTION(S) tab of the control on which you have configured "Set Timer" action.
Fired when Grid Cell is swiped left with single finger.
Fired when Grid Cell is swiped right with single finger.
Fired when Grid Cell is swiped up with single finger.
Fired when Grid Cell is tapped twice with a single finger.
Fired when Grid Cell is tapped thrice with a single finger.
Fired when there is an elongated press on Grid Cell with two fingers.
Fired when Grid Cell is swiped down with two fingers.
Fired when Grid Cell is swiped left with two fingers.
This event is triggered on splash screen after time specified in "Splash Screen Duration" in "Splash Screen" configuration is elapsed i.e, Splash screen is about to disappear. Any action you want to configure after Splash Screen duration completes action be configured in "Time Completed" listed in "ACTION(S)" tab of MAIN_VIEW control of screen you have configured for Splash Screen. Those actions usually include redirection to main screen of the app depending on conditions if any.
Fired when Grid Cell is swiped right with two fingers.
Fired when Grid Cell is swiped up with two fingers.
Fired when Grid Cell is panned (sweeped) with two fingers.
Fired when Grid Cell is tapped twice with two fingers.
Fired when Grid Cell is tapped once with two fingers.
Fired when Grid Cell is tapped thrice with two fingers.