Skip to content

Commit

Permalink
Resolved Issue 895 - Description text is truncating for 'Simple Numbe…
Browse files Browse the repository at this point in the history
…rbox' section.
  • Loading branch information
vatsashah45 committed Sep 23, 2023
1 parent c1a5b9d commit a1fef8f
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@

<smtx:XamlDisplay UniqueKey="NumberBoxSamplePage_Fluent_Default"
smtx:XamlDisplayExtensions.Header="A simple NumberBox">
<muxc:NumberBox Header="Enter a number:"
Minimum="10"
Maximum="100"
PlaceholderText="10"
Description="This is a description which is shown below the NumberBox"/>
<StackPanel>
<muxc:NumberBox Header="Enter a number:"
Minimum="10"
Maximum="100"
PlaceholderText="10" />
<TextBlock Text="This is a description which is shown below the NumberBox"
TextWrapping="WrapWholeWords"
Width="{Binding ActualWidth, ElementName=YourNumberBoxElementName}" />
</StackPanel>
</smtx:XamlDisplay>

<smtx:XamlDisplay UniqueKey="NumberBoxSamplePage_Fluent_Expressions"
Expand Down

0 comments on commit a1fef8f

Please sign in to comment.