Changing how IKImageBrowserView indicates the drop position
Posted
by Remizorrr
on Stack Overflow
See other posts from Stack Overflow
or by Remizorrr
Published on 2010-02-26T09:34:15Z
Indexed on
2010/03/18
3:11 UTC
Read the original article
Hit count: 380
I can make a single row IKImageBrowserView by setting the
[imageBrowser setContentResizingMask:NSViewWidthSizable];
but in this case while i drag an image inside image browser to rearrange it, the drop place highlights with horizontal line(vertical line expected).
how can this be changed?
Many thanks.
© Stack Overflow or respective owner