Hello,
I wanted to adjust the spacing between icon and icon name(vertical spacing) and also wanted to adjust the number of icons in one line (horizontal spacing).
When I use following table entry for ICONVIEW then I am getting the expected result. But I didn't understand what is the meaning of that hard coded values?
Especially I wanted to understand the meaning of (50 << 17) | 80 entry. Could you please share the document where the significance/meaning of each entries mentioned.
I wanted to adjust the spacing between icon and icon name(vertical spacing) and also wanted to adjust the number of icons in one line (horizontal spacing).
When I use following table entry for ICONVIEW then I am getting the expected result. But I didn't understand what is the meaning of that hard coded values?
Especially I wanted to understand the meaning of (50 << 17) | 80 entry. Could you please share the document where the significance/meaning of each entries mentioned.
{ ICONVIEW_CreateIndirect, "Iconview", ID_ICONVIEW_0, 150, 150, 500, 350, 0, (50 << 16) | 80, 0 }
Thanks,
Vikram
Thanks,
Vikram