Intersoft WebCombo Documentation
How-to: Enable text floating to the right side of the WebCombo.NET control
See Also Send comments on this topic.
Intersoft WebCombo > Getting Started > Upgrading > Breaking Changes in WebCombo > User Interface > How-to: Enable text floating to the right side of the WebCombo.NET control

Glossary Item Box

Due to the user interface changes in version 4.0, WebCombo introduces a new property that you can easily set to allow some text to float in the right side of the WebCombo control.

Enable text floating

For compatibility purpose, this property called AllowTextFloating is set to True by default. With this property set to True, the layout will look like the following:

Notice that the text now appears properly to the right side of WebCombo.

See Also