despite that it doesn't fit into grid's area dblayoutview (lvvmSingleRecord, ScrollBars=ssBoth) doesn't show vertical scroll bar
Add the capability to scroll the group content
Answers approved by DevExpress Support
We have implemented the functionality described in this ticket. It will be included in our next update(s).
Please check back and leave a comment to this response to let us know whether or not this solution addresses your concerns.
With v16.1, a layout group has been extended with the ScrollOptions property set, which allows you to control the visibility of the horizontal and vertical scrollbars used for scrolling the group’s content. Run the GroupScrollingDemo shipped with the ExpressLayoutControl Suite to see the new functionality in action.
Note: A similar functionality is not yet implemented for the Grid control's Layout Views.
Hello,
I'am testing version 16.1.1 with LayoutVievDemainMain.dpr. After removing constraints.Maxheight and Constraints.minHeight of the main form.
But when all layout is not full shown there is no scrollbar ?!
Does I miss a new property ?
See Screenshoot in attachment.
Hello Fabrice,
In VCL 16.1.1 we have implemented the capability of scrolling Layout Control's group content. Although our ExpressQuantum Grid's Layout View is based on Layout Control's code, we were not able to implement the same functionality for this view yet. However, we understand that this feature would be useful and since we made the first step, I believe we will implement this functionality for Layout View in future builds.
Hello Vladimir,
I have just discussed this behavior with our developers. It is by design. For now Layout Control does not support layout card scrolling within the view. Layout View has wide customization capabilities and it is not hard to fit it into the view area. It also has the Tabbed Layout Direction feature that is more convenient. However, I think that automatically appearing scrollbars should also be there. So, I have converted this ticket to a suggestion.
We appreciate your understanding.
Best Regards,
Paulo
Thank you for your detailed clarification. Now we understand your requirements. So, here are two additional features we are going to implement:
LayoutView - Implement record embedded scrollbars
Display Navigator in multiline tabbed layouts
additional clarification: in my attached form I want that layout view card (srsClient/lvvmSingleRecord) to be client aligned ie it should react properly whenever its container grid size is changed optionally showing vertical scrollbar or hiding it in some tabs. I need to configure it the way that all those items in different tabs are horizontally aligned according to layout view/grid visible width, ie shrinking/widening underlying editors. and if there's no enough available vertical space to show all items within some tab then that tab should display vertical scrollbar
hope you can understand my clumsy attempts to explain it as I don't think I'm proficient enough to make even rough sketch
feel free to contact me again if you think I'm muddying the waters
now why you converted my bugreport to suggestion??