[NUI] Add EllipsisMode to TextLabel
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 7 Mar 2025 11:04:20 +0000 (20:04 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 27 Mar 2025 06:54:21 +0000 (15:54 +0900)
commit3a95fccc92040fe0b6ffd4bad3a324c1dbd0c7bf
tree1bed4b772a3af765fdd0cee04a48bcb37f28cee0
parent64b54b43b0481ad6782a4fbe867eac7a9b17cdab
[NUI] Add EllipsisMode to TextLabel

Added EllipsisMode to automatically support auto scroll.

In case of EllipsisMode.AutoScroll,
when the text exceeds the layout, it will automatically scroll with animation.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/Common/NUIConstants.cs