Skip to content

Commit

Permalink
Merge branch 'vnext' into dmdimitrov/dockmanager-docking-section
Browse files Browse the repository at this point in the history
  • Loading branch information
gedinakova authored Feb 5, 2025
2 parents ca4034d + 90dea0c commit a97327b
Show file tree
Hide file tree
Showing 77 changed files with 323 additions and 57 deletions.
6 changes: 5 additions & 1 deletion doc/en/components/charts/types/data-pie-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ In addition to the mouse highlighting, the `DataPieChart` exposes a highlight fi

When these conditions are met, the values of the subset will be highlighted, while the remainder of the full set of data will be faded - effectively creating a highlight for the subset and allowing easier visualization of a subset of your data within the same control.

The following example demonstrates highlight filtering.

`sample="/charts/data-pie-chart/highlight-filter", height="600", alt="{Platform} Data Pie Chart Highlight Filtering"`

<div class="divider--half"></div>

## {Platform} Data Pie Chart Animation
Expand All @@ -149,7 +153,7 @@ If you would like to animate data changes, this can also be done by setting the

The following sample demonstrates the usage of animation in the `DataPieChart`:

`sample="/charts/data-pie-chart/animation", height="600", alt="{Platform} Data Pie Chart Animation"`
`sample="/charts/data-pie-chart/animation-replay", height="600", alt="{Platform} Data Pie Chart Animation"`

<div class="divider--half"></div>

Expand Down
9 changes: 9 additions & 0 deletions doc/en/components/general-changelog-dv-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ All notable changes for each version of {ProductName} are documented on this pag

* As of version 2024.2, the Ignite UI for Blazor toolset supports .NET 9. For more information on .NET 9 please refer to [this article on Microsoft's site](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview).

## **{PackageVerChanges-24-2-JAN}**

- Bug Fixes

### {PackageGrids}

- **All Grids**
- Fixed a critical memory leak when components are opened in several duplicate browser tabs.

## **{PackageVerChanges-24-2-DEC}**

### {PackageCharts} (Charts)
Expand Down
9 changes: 9 additions & 0 deletions doc/en/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ namespace: Infragistics.Controls.Charts

All notable changes for each version of {ProductName} are documented on this page.

## **{PackageVerChanges-24-2-JAN}**

- Bug Fixes

### {PackageGrids}

- **All Grids**
- Fixed a critical memory leak when components are opened in several duplicate browser tabs.

## **{PackageVerChanges-24-2-DEC}**

### {PackageCharts} (Charts)
Expand Down
9 changes: 9 additions & 0 deletions doc/en/components/general-changelog-dv-wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ namespace: Infragistics.Controls

All notable changes for each version of {ProductName} are documented on this page.

## **{PackageVerChanges-24-2-JAN}**

- Bug Fixes

### {PackageGrids}

- **All Grids**
- Fixed a critical memory leak when components are opened in several duplicate browser tabs.

### **{PackageVerChanges-24-2-DEC}**

#### {PackageCharts} (Charts)
Expand Down
4 changes: 4 additions & 0 deletions doc/en/components/general-changelog-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ All notable changes for each version of {ProductName} are documented on this pag
* [Ignite UI for Angular CHANGELOG.md at Github](https://github.com/IgniteUI/igniteui-angular/blob/master)

## **{PackageVerChanges-24-2-JAN}**

* Angular 19 support.

## **{PackageVerChanges-24-2-DEC}**

### {PackageCharts} (Charts)
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/advanced-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: Advanced Filtering, {Platform}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridAdvancedFiltering}
---


Expand Down
2 changes: 1 addition & 1 deletion doc/en/components/grids/_shared/cascading-combos.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The sample below demonstrates how `{ComponentName}` works with nested Cascading
<!-- ComponentStart: Grid -->
<code-view style="height:500px"
data-demos-base-url="{environment:demosBaseUrl}"
iframe-src="{environment:demosBaseUrl}/{ComponentSample}-cascading-combo"
iframe-src="{environment:demosBaseUrl}/{ComponentSample}/cascading-combo"
github-src="{ComponentSample}/cascading-combo"
alt="{Platform} {ComponentName} Cascading Combos">
</code-view>
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/cell-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: data manipulation, excel editing, {Platform}, {ComponentKeywords}, {P
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridCellEditing}
---

# {Platform} {ComponentTitle} Cell Editing
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/cell-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: data select, igniteui for {Platform}, infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridCellSelection}
---

# {Platform} {ComponentTitle} Cell Selection
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/clipboard-interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "PivotGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridClipboardInteractions}
---

# {Platform} {ComponentTitle} Clipboard Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridCollapsibleColumnGroups}
---
# {Platform} {ComponentTitle} Collapsible Column Groups Overview

Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/column-hiding.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridColumnHiding}
---

# {Platform} {ComponentTitle} Column Hiding
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/column-moving.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridColumnMoving}
---

# {ComponentTitle} Column Reordering & Moving
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/column-pinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridColumnPinning}
---

# {Platform} {ComponentTitle} Column Pinning
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/column-resizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridColumnResizing}
---

# {Platform} {ComponentTitle} Column Resizing Overview
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/column-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics, column
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridColumnSelection}
---

# {Platform} {ComponentTitle} Column Selection Overview
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/column-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: Column Data Type , {Platform}, {ComponentKeywords}, {ProductName}, In
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridColumnTypes}
---

# {Platform} {ComponentTitle} Column Types Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: conditional styling, {Platform}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridConditionalCellStyling}
---

# {Platform} {ComponentTitle} Conditional Styling
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: data manipulation, {Platform}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridEditing}
---

# {Platform} {ComponentTitle} Editing
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/export-excel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentTitle}, {ComponentTitle}, {ProductName}, Infrag
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridExportExcel}
---

# {Platform} {ComponentTitle} Export to Excel Service
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: filter, {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridFiltering}
---

# {Platform} {ComponentTitle} Filtering
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/multi-column-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ _description: Start grouping column headers by placing them under a common hiera
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
_keywords: Multi-Column Headers, {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridMultiColumnHeaders}
---

# {Platform} {ComponentTitle} Multi-Column Headers Overview
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/paging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ _description: Configure {Platform} pagination and create custom pages in the {Pl
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
_keywords: Paging, {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridPaging}
---

# {Platform} {ComponentTitle} Pagination Overview
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/row-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridRowActions}
---

# Row Actions in {Platform} {ComponentTitle}
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/row-adding.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridRowAdding}
---

# {Platform} {ComponentTitle} Row Adding
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/row-drag.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridRowDrag}
---

# Row Dragging in {Platform} {ComponentTitle}
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/row-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "PivotGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridRowEditing}
---

# {Platform} {ComponentTitle} Row Editing
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/row-pinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridRowPinning}
---

# {Platform} {ComponentTitle} Row Pinning
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/row-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "PivotGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridRowSelection}
---

# {Platform} {ComponentTitle} Row Selection
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "PivotGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridSelection}
---

# {Platform} {ComponentTitle} Selection Overview
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/size.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: material size, {Platform}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridSize}
---

# {Platform} {ComponentTitle} Size
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform} sort, {Platform}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridSorting}
---

# {Platform} {ComponentTitle} Sorting
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/state-persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: state persistence, {Platform}, {ProductName}, Infragistics
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "PivotGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridStatePersistence}
---

# {Platform} {ComponentTitle} State Persistence
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform} {ComponentTitle} summaries, {Platform}, {ProductName}, Inf
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridSummaries}
---

# {Platform} {ComponentTitle} Summaries
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform}, {ComponentTitle}, {ComponentTitle}, {ProductName}, Infrag
mentionedTypes: [{ComponentApiMembers}]
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridToolbar}
---

# {Platform} {ComponentTitle} Toolbar
Expand Down
1 change: 1 addition & 0 deletions doc/en/components/grids/_shared/virtualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _keywords: {Platform} {ComponentTitle}, {ComponentTitle} performance, data table
sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]
mentionedTypes: [{ComponentApiMembers}]
namespace: Infragistics.Controls
_canonicalLink: {CanonicalLinkToGridVirtualization}
---

# {Platform} {ComponentTitle} Virtualization and Performance
Expand Down
54 changes: 54 additions & 0 deletions doc/en/components/layouts/dock-manager-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,60 @@ Try it in the example below:

`sample="/layouts/dock-manager/contained-in-boundaries", height="600", alt="{Platform} Dock Manager Contained in Boundaries Example"`

## Split Panes Fixed Size Mode

By default, the size of a pane is relative to the sizes of its sibling panes and defaults to 100. If you have two sibling panes, where the first one has its size set to 400 and the second one - to 200, the first will be twice the size of the second one and these two panes would fill up all the available space.

If, for certain panes, you want to specify their sizes in pixels, instead of relying on the relative distribution of all the available space, you should set the `useFixedSize` of the parent split pane. When this property is set to **true** all children are sized in pixels, based on their `size` property. With that modification, the first pane will span across 400 pixels and the second one - 200 pixels. Further resizing via the splitter would change only the size of the current content pane without affecting the sizes of its siblings. Once the sum of the child panes' sizes exceeds their parent's size, a scrollbar will appear making the parent split pane scrollable.


```ts
const splitPaneRelativeSize: IgcSplitPane = {
type: IgcDockManagerPaneType.splitPane,
orientation: IgcSplitPaneOrientation.horizontal,
panes: [
{
type: IgcDockManagerPaneType.contentPane,
contentId: 'content1',
header: 'Pane 1',
size: 400 // Size will be relative to siblings
},
{
type: IgcDockManagerPaneType.contentPane,
contentId: 'content2',
header: 'Pane 2',
size: 200 // Size will be relative to siblings
}
]
}

const splitPaneFixedSize: IgcSplitPane = {
type: IgcDockManagerPaneType.splitPane,
orientation: IgcSplitPaneOrientation.horizontal,
useFixedSize: true,
panes: [
{
type: IgcDockManagerPaneType.contentPane,
contentId: 'content3',
header: 'Pane 3',
size: 400 // Size will be applied in pixels
},
{
type: IgcDockManagerPaneType.contentPane,
contentId: 'content4',
header: 'Pane 4',
size: 200 // Size will be applied in pixels
}
]
}
```

Please note that when you dock a pane inside a split pane that has `useFixedSize` set to **true** the docked pane will then have the same width/height (depending on the split pane orientation) as the floating pane.

Try it for yourself in the sample below:

`sample="/layouts/dock-manager/split-pane-fixed-size", height="600", alt="{Platform} Dock Manager Split Pane Fixed Size Example"`

## API References

- `DockManager`
Expand Down
2 changes: 1 addition & 1 deletion doc/en/components/layouts/dock-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The Dock Manager defines several pane types:
* `TabGroupPane`
* `DocumentHost`

Each type of pane has a `Size` property. Depending on the parent orientation the size may affect either the width or the height of the pane. The size of a pane is relative to the sizes of its sibling panes and defaults to 100. If you have two sibling panes, where the first one has size set to 200 and the second one - size set to 100, the first will be twice the size of the second one. If the absolute size of their parent is 900px, they will be sized to 600px and 300px respectively.
Each type of pane has a `Size` property. Depending on the parent orientation the size may affect either the width or the height of the pane. By default, the size of a pane is relative to the sizes of its sibling panes and defaults to 100. If you have two sibling panes, where the first one has its size set to 200 and the second one - size set to 100, the first will be twice the size of the second one and these two panes would fill up all the available space. If the absolute size of their parent is 900px, they will be sized to 600px and 300px respectively. If, for certain panes, you want to specify their sizes in pixels, instead of relying on the relative distribution of all the available space, you should set the `useFixedSize` of the parent split pane. For more information on this refer to [Split Panes Fixed Size Mode](dock-manager-customization.md#split-panes-fixed-size-mode) topic.

The end-user can perform the following actions to customize the layout at runtime:
* Pin/unpin a pane
Expand Down
Loading

0 comments on commit a97327b

Please sign in to comment.