Is there a way to disable the RadDataForm's horizontal or vertical scrolling? I've tried this...
...(note the ScrollViewer.CanContentScroll="False") and it does absolutely nothing. My LoB form has a grid which, among other things, includes two columns - one with a fixed width and the other with a starred width. The starred width column includes a TextBlock where wrapping has been enabled. I need RadDataForm to allow for disabling the horizontal scrolling so that the text actually wraps.
Ideas? Suggestions?
-Greg
<telerik:RadDataForm x:Name="PartForm" AutoGenerateFields="False" CurrentItem="Model" EditTemplate="{StaticResource PartFormTemplate}" Header="{Binding Model.PartNumber}" NewItemTemplate="{StaticResource PartFormTemplate}" ReadOnlyTemplate="{StaticResource PartFormTemplate}" ScrollViewer.CanContentScroll="False" />...(note the ScrollViewer.CanContentScroll="False") and it does absolutely nothing. My LoB form has a grid which, among other things, includes two columns - one with a fixed width and the other with a starred width. The starred width column includes a TextBlock where wrapping has been enabled. I need RadDataForm to allow for disabling the horizontal scrolling so that the text actually wraps.
Ideas? Suggestions?
-Greg