Languages

Menu
Sites
Language
[UI Components Sample Code] (v.2.3.1) PageControl -> Thumbnail 의 이미지 크기 조정 가능?

안녕하세요. 

UI Components 샘플 app 의 PageControl -> Thumbnail 에 스크롤되는 이미지가 있는데, 

이 이미지의 사이즈를 조정하려면 어떻게 하나요?

edc를 수정해도 안되고 소스 코드를 아무리 수정해도 도저히 사이즈 조정이 안됩니다.

어떻게 하면 될까요??

아신다면 답변 부탁드립니다..

 

 

Responses

1 Replies
colin Rao

Hi,

I don't find such thumbnail sub-view under UI Components sample code PageControl view. I am using the Tizen SDK 2.3.1

But, regarding resize the image object in code, possible evas_object_resize can help you, you can fine help from the IDE help doc by search resize object. Also, suggest to check those APIs which start with evas_object_size_hint_* for help.

regarding resize the image object in edc, please refer to the Edje Data Collection reference  (https://docs.enlightenment.org/efl/1.15.0/edcref.html) for details, check the image section under parts. also, seems the "scale", "max", "min", "rel1/rel2" property are sizing related.