From cc955108fc678b99e5f50266e2399e61739b9664 Mon Sep 17 00:00:00 2001 From: Nadya Todorova <48494959+nade7o@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:52:49 +0300 Subject: [PATCH] Add SetSpring() in docs --- controls/forms-and-dialogs/statusstrip/gettingstarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/forms-and-dialogs/statusstrip/gettingstarted.md b/controls/forms-and-dialogs/statusstrip/gettingstarted.md index 76e5487f7..15299486e 100644 --- a/controls/forms-and-dialogs/statusstrip/gettingstarted.md +++ b/controls/forms-and-dialogs/statusstrip/gettingstarted.md @@ -23,7 +23,7 @@ The following tutorial demonstrates configuring __RadStatusStrip__ at design-tim 4\. Using the downward arrow of the __RadStatusStrip__ add a __RadLabelElement__. In the __Properties Window__ set the __Name__ property to be *lblStatus* and the __Spring__ property to __true__. ->note Setting the **Spring** property to *true* will stretch horizontally the respective element. Thus, this element will occupy the free space and the rest of the elements will be positioned on the right most side when resizing the **RadStatusStrip**. +>note Setting the **Spring** property to *true* will stretch horizontally the respective element. Thus, this element will occupy the free space and the rest of the elements will be positioned on the right most side when resizing the **RadStatusStrip**. You can also use **SetSpring** method of **RadStatusStrip** and pass the element that needs to stretch horizontally. ![WinForms RadStatusStrip Spring](images/forms-and-dialogs-statusstrip-getting-started002.png)