Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions WindowsForms/Radial-Menu/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Menu items can be added into RadialMenu using `Items` collection in Smart Tags o

![Adding Menu Items in windows forms radial menu](Getting-Started_images/RadialMenu-img3.png)

N> In .NET Core, when adding child items to a RadialMenuItem directly from the Visual Studio Properties window, the default Collection Editor opens instead of the expected editor.
Workaround: Use the main RadialMenu Collection Editor to add items, then configure the child items as needed. A permanent fix is in progress.

## Adding control manually using code

To add control manually in C#, follow the given steps:
Expand Down
3 changes: 3 additions & 0 deletions WindowsForms/Status-Bar/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ To create a StatusBarAdv control through designer,

![Run the application in WindowsForms-Status Bar](overview_images/windowsforms-status-bar-run-application.jpeg)

N> In .NET Core, the StatusBarAdv control’s Collection Editor displays the title “ControlProxy`1 CollectionEditor” instead of “StatusBarAdvPanel CollectionEditor.”
This is a known issue and does not affect functionality.
For more details, see GitHub Issue [#14049](https://github.com/dotnet/winforms/issues/14049)

## Through code

Expand Down
5 changes: 4 additions & 1 deletion WindowsForms/Tree-Navigator/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,7 @@ The following steps allows you to add TreeMenuItem to the TreeNavigator through

![Adding the Items](Getting-Started_images/ThroughDesigner2.png)

![TreeNavigator Output](Getting-Started_images/Adding_TreeMenuitems.png)
![TreeNavigator Output](Getting-Started_images/Adding_TreeMenuitems.png)

N> In .NET Core, when adding child items to a TreeMenuItem directly from the Visual Studio Properties window, the default Collection Editor opens instead of the expected editor.
Workaround: Use the main TreeNavigator Collection Editor to add items, then configure the child items as needed. A permanent fix is in progress.
4 changes: 4 additions & 0 deletions WindowsForms/Wizard-Control/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ The [WizardControl](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windo

![Drag and drop the wizard control to form](Getting-Started_images/GettingStarted-img2.png)

N> In .NET Core, the Wizard control’s Collection Editor displays the title “ControlProxy`1 CollectionEditor” instead of “WizardControlPage CollectionEditor.”
This is a known issue and does not affect functionality.
For more details, see GitHub Issue [#14049](https://github.com/dotnet/winforms/issues/14049)

## Adding control manually in code

To add control manually in C#, follow the given steps:
Expand Down