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