[NUI][API8] Add Constraint base + inhouse ResizePolicyType.KeepSizeFollowingParent...
authorEunki Hong <h.pichulia@gmail.com>
Fri, 14 Jan 2022 02:05:19 +0000 (11:05 +0900)
committerGitHub <noreply@github.com>
Fri, 14 Jan 2022 02:05:19 +0000 (11:05 +0900)
commitd8b882816ca88b746161c5af9402173aa0b57fb0
tree31d511d765d556bae0aa9d7294f83d0994c2dc20
parent24eba54fa2b25d88448e66b5b4b4dd1cf58bf80f
[NUI][API8] Add Constraint base + inhouse ResizePolicyType.KeepSizeFollowingParent (#3861)

This is backpropagation patch about #3302

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Constraint.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/EqualConstraintWithParentFloat.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Constraint.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/RelativeConstraintWithParentFloat.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__Constraint.cs [deleted file]
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/NUIConstants.cs
src/Tizen.NUI/src/public/UIComponents/ScrollView.cs