NGridResizerArea Class Reference
Inherits from | UIView |
---|---|
Declared in | NGridResizerArea.h |
parentGrid
Grid using the resizer.
@property (nonatomic, assign) NGridView *parentGrid
Declared In
NGridResizerArea.h
originFrame
Origin frame of the resizer.
@property (nonatomic, assign, readwrite) CGRect originFrame
Declared In
NGridResizerArea.h
style
Style of the resizer.
@property (readonly) NGridResizerStyle *style
Declared In
NGridResizerArea.h
+ resizerForGridView:withStyle:
Creates resizer for the grid view.
+ (NGridResizerArea *)resizerForGridView:(NGridView *)gridView withStyle:(NGridResizerStyle *)style
Parameters
gridView |
Related grid view. |
---|---|
style |
Style for the resizer. |
Declared In
NGridResizerArea.h
– resizeHeightForCell:
Starts resizing height of the cell.
- (void)resizeHeightForCell:(NGridCell *)cell
Parameters
cell |
Related cell. |
---|
Declared In
NGridResizerArea.h
– resizeWidthForCell:
Starts resizing width of the cell.
- (void)resizeWidthForCell:(NGridCell *)cell
Parameters
cell |
Related cell. |
---|
Declared In
NGridResizerArea.h