Name | Description | |
---|---|---|
NTablePicker Constructor | Default constructor. |
The following tables list the members exposed by NTablePicker.
Name | Description | |
---|---|---|
NTablePicker Constructor | Default constructor. |
Name | Description | |
---|---|---|
CyclicKeyboardNavigationProperty | Reference to the CyclicKeyboardNavigation property. | |
HorizontalSpacingProperty | Reference to the HorizontalSpacing property. | |
MaxColumnCountProperty | Reference to the MaxColumnCount property. | |
NTablePickerSchema | Schema associated with NTablePicker. | |
VerticalSpacingProperty | Reference to the VerticalSpacing property. |
Name | Description | |
---|---|---|
Count | Gets the number of elements in this collection. | |
CyclicKeyboardNavigation | Determines whether the first cell should be highlighted when the user is at the last cell and presses the "Navigate to Next Cell" key or whether the last cell should be highlighted when the user is at the first cell and presses the "Navigate to Previous Cell" key. By default set to true. | |
HorizontalSpacing | Gets or sets the minimal horizontal spacing between the arranged items. | |
Item | Gets or sets the element at the specified index. | |
MaxColumnCount | Gets or sets the maximum number of columns. By default set to 10. | |
RowCount | Gets the current number of rows. | |
VerticalSpacing | Gets or sets the minimal vertical spacing between the arranged items. |
Name | Description | |
---|---|---|
Add | Adds (appends) the item at the end of the collection | |
Clear | Removes all children | |
Contains | Queries whether this collection contains the specified element at least once | |
CopyTo | Copies all items of this set to the specified array, starting from the specified array index. | |
GetIterator | Gets an iterator that iterates through the children in forward order. | |
GetReverseIterator | Gets an iterator that iterates throw the child elements in reverse order. | |
GetRowIndex | Gets the row index of the given table picker cell. | |
IndexOf | Returns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection. | |
Insert | Inserts the item at the specified index | |
NavigateToCell | Navigates to the specified cell | |
NavigateToNextHorizontalCell | ||
NavigateToNextVerticalCell | ||
NavigateToPrevHorizontalCell | ||
NavigateToPrevVerticalCell | ||
Remove | Removes the specified item. | |
RemoveAt | Removes the item at the specified index |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. Arranges the element content. | |
CreateLayout | Creates and configures a layout. | |
dSl | ||
GetLayoutObjects | Gets a layout object list, that contains all child elements that are not collapsed. | |
IdC | Overridden. | |
MeasureContent | Overridden. Measures the element's content. | |
Mfdd | ||
OnKeyDown | Overridden. Default handler for the key down events | |
OnMouseOut | Overridden. Default handler for the NMouse.OutEvent event. | |
tUl | ||
YSb | Overridden. |