I want to make custom UI Control for Tizen native app.
At first, I tried to declare derived-class using basic UI control.
but, basic UI control is not extended.
For example, Button have text-auto-resizing function. However, If the text is longer, proceed to the next line. I don't need this function. I tried to modify to button in Tizen SDK. But Eventually I gave up.
Please tell me customizing method if possible without changing the Tizen SDK.