Ribbon Textbox and description text

Ribbon for WPF Forum

Posted 15 years ago by Willie
Version: 4.5.0486
Avatar
Is it possible to put the description (Label="") for a ribbon textbox behind the textbox insteadof infront?

<ribbon:TextBox MinWidth="40" MaxWidth="140" Label="Name"></ribbon:TextBox>

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Not if you use the Label property. However you could possibly leave Label null and instead add a horizontal normal WPF StackPanel containing your ribbon:TextBox and a TextBlock in place of where your currently have your ribbon:TextBox.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.