[NUI] Fix ScrollableBase Layout to respect MaximumSize
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 17 Apr 2025 08:44:44 +0000 (17:44 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Wed, 23 Apr 2025 05:51:52 +0000 (14:51 +0900)
commit1b7dd027a3823c46a982711626629e1d7031a09f
tree556f9ed0a2e0850628e7439dd8247f21b1186e50
parent5f85390bd7ce85804c9bd9e557ffbbed50a417ba
[NUI] Fix ScrollableBase Layout to respect MaximumSize

Previously, ScrollableBase Layout did not respect MaximumSize so the
Size property value might be bigger than actual rendered size on screen
if MaximumSize is smaller than Size property value.
Because actual rendered size respects MaximumSize in DALi.

Now, ScrollableBase Layout respects MaximumSize so the Size property
value and actual rendered size on screen are the same.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs