Skip to content

Commit 50b128d

Browse files
authored
Merge pull request #618 from telerik/nade7o-patch-1
Add SetSpring() in docs
2 parents c26b191 + cc95510 commit 50b128d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/forms-and-dialogs/statusstrip/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following tutorial demonstrates configuring __RadStatusStrip__ at design-tim
2323

2424
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__.
2525

26-
>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**.
26+
>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.
2727
2828
![WinForms RadStatusStrip Spring](images/forms-and-dialogs-statusstrip-getting-started002.png)
2929

0 commit comments

Comments
 (0)