ID:273725
 
Similar to the .Options command for menu bars, is there a command for setting the icons to 32x32, stretch to fit, and the other option(s)?
As the good ol' skin reference says, you can use a command called ".winset".

For setting a map's icon size, you'd type the command:
.winset "MAP_ID.icon-size=[size]"
where MAP_ID is the ID of the map control you want to modify, and [size] is the number, like 32, to set the size to.
Stretch-to-fit is 0.
In response to Kaiochao
Ah I see. Never noticed the icon-size parameter. Thanks!