Skip to content

Instantly share code, notes, and snippets.

@rediffusion
Last active July 30, 2019 12:22
Show Gist options
  • Save rediffusion/1efe344e21164581a86a273a39963cfb to your computer and use it in GitHub Desktop.
Save rediffusion/1efe344e21164581a86a273a39963cfb to your computer and use it in GitHub Desktop.
NOTE: Для »» “width” аналогично!
Sub CallbackGetItemHeight(control As IRibbonControl, ByRef height)
Select Case control.ID
Case "MyPictureGallery1"
' width
height = 50
End Select
End Sub
getItemHeight="CallbackGetItemHeight"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment