This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, May 2, 2006 8:05:31 AM(UTC)
Groups: Registered
Posts: 19
What is the usual procedure for resizing an image list control? I
have one embedded in a dialog and need to resize its dimensions during
a window OnSize message/event.
Thanks
John jamison
#2
Posted
:
Wednesday, May 3, 2006 11:46:08 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can just set the Width and Height properties to the required values.
#3
Posted
:
Wednesday, May 10, 2006 9:58:16 AM(UTC)
Groups: Registered
Posts: 19
I see no Width or Height properties on LImageListControl...
I did get this working by getting the image list control's window rect,
performing ScreenToClient(), updating the width and height, and setting
the rectangle to the Image List Control's m_hWnd attribute. Is
that what you mean?
#4
Posted
:
Saturday, May 13, 2006 11:40:58 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Well, those properties are not exactly part of the control; they are
added by the development environment. It is possible that your
IDE does not add them. In any case, what you are doing is correct.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.