Skip to content

Commit aee7d1e

Browse files
authored
Update bindingnavigator-auto-sizing.md
1 parent bced4d1 commit aee7d1e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

knowledge-base/bindingnavigator-auto-sizing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: how-to
55
page_title: Dynamically Adjust RadBindingNavigator Size
66
meta_title: Dynamically Adjust RadBindingNavigator Size
77
slug: auto-sizing-bindingnavigator-winforms
8-
tags: radbindingnavigator, winforms, bindingsource, autosize, textchanged-event
8+
tags: bindingnavigator, winforms, bindingsource, autosize, textchanged-event
99
res_type: kb
1010
ticketid: 1698112
1111
---
@@ -31,7 +31,8 @@ To make the RadBindingNavigator grow and shrink dynamically with its contents, m
3131

3232
Here is a sample implementation:
3333

34-
```csharp
34+
````C#
35+
3536
public partial class Form1 : Telerik.WinControls.UI.RadForm
3637
{
3738
private int textLength = 0;
@@ -69,6 +70,7 @@ public partial class Form1 : Telerik.WinControls.UI.RadForm
6970
timer.Start();
7071
}
7172
}
72-
```
73+
74+
````
7375

7476
![Dynamically Adjusting RadBindingNavigator Size](images/bindingnavigator-auto-sizing.gif)

0 commit comments

Comments
 (0)