Skip to content

Commit 1848844

Browse files
Update README.md
1 parent cff1bd9 commit 1848844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Load WPF Spreadsheet Inside the StackPanel?
22

3-
This example demonstrates how to load the [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) (SfSpreadsheet) control inside the stack panel.
3+
This example demonstrates how to load the [WPF Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) (SfSpreadsheet) control inside the stack panel.
44

55
`StackPanel` is a type of container which can keep on growing as many as children. We added into it and provide equal space for each of its children. So, the `ScrollViewer` require height and width to define the space limit of `Spreadsheet` control.
66

@@ -21,4 +21,4 @@ This example demonstrates how to load the [WPF Spreadsheet](https://www.syncfusi
2121
</StackPanel>
2222
```
2323

24-
![Spreadsheet loaded inside stackpanel](SpreadsheetInsideStackpanel.png)
24+
![Spreadsheet loaded inside stackpanel](SpreadsheetInsideStackpanel.png)

0 commit comments

Comments
 (0)