# bs-resize-container Used by: - [bs-grid](bs-grid.md) - [bs-scroll](bs-scroll.md) ## Bindable properties - **offset: number** Sets the distance to the bottom of the window, used to calculate the components height relative to the window height - **height (optional): number** When set, then the height is not automatically changed but fixed to the given height - **minHeight: number** Sets the minimal height of the component - **limitToContentHeight (default: false): boolean** When set, the component height will not be greater then the content height