Posted 15 years ago
by Steve GW
I have a ribbon:splitbutton in a rowpanel and its label is not appearing for example
<ribbon:RowPanel>
<ribbon:ButtonGroup>
<ribbon:SplitButton ImageSourceSmall="/Resources/Images/Find16.png" Label="Find" />
<TextBox Name="FindWhatTextBox" Width="135" ></TextBox>
</ribbon:ButtonGroup>
</ribbon:RowPanel>
The word Find is not visible? Is this expected behaviour
[Modified at 04/05/2009 09:40 PM]
<ribbon:RowPanel>
<ribbon:ButtonGroup>
<ribbon:SplitButton ImageSourceSmall="/Resources/Images/Find16.png" Label="Find" />
<TextBox Name="FindWhatTextBox" Width="135" ></TextBox>
</ribbon:ButtonGroup>
</ribbon:RowPanel>
The word Find is not visible? Is this expected behaviour
[Modified at 04/05/2009 09:40 PM]