This is a migrated thread and some comments may be shown as answers.

Update InlineUIContainer Height dynamically

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joe Buckle
Top achievements
Rank 1
Joe Buckle asked on 25 Feb 2011, 01:16 AM
Good day to all!

How can I update the height of the InlineUIContainer when a child control increases its height?

<

 

 

InlineUIContainer Width="400" Height="25">

 

    <

 

 

StackPanel x:Name="stackPanel" Width="400" Height="25">

 

 

 

 

 

        <ScrollViewer x:Name="scrollViewer" VerticalScrollBarVisibility="Auto" Padding="0">

 

 

 

 

            <RichTextBox x:Name="richTextBox" AcceptsReturn="True" TextWrapping="Wrap" />

 

 

 

 

        </ScrollViewer>

 

 

 

 

    </StackPanel>

 

 

 

 

</InlineUIContainer>

Thank you very much.

 

1 Answer, 1 is accepted

Sort by
0
James
Top achievements
Rank 1
answered on 16 Nov 2011, 05:48 AM
I am also looking for the exactly similar functionality.

Have you found any way to achieve this?
Has telerik responded to you with any solution??

Cheers, Bhavin
Tags
General Discussions
Asked by
Joe Buckle
Top achievements
Rank 1
Answers by
James
Top achievements
Rank 1
Share this question
or