Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hierFlux principal

CanvasApps: Tip#1 : How to add a Separator to your Gallery!

How to simply add a Separator like below to your custom gallery control?

  1. Go to your Gallery (myGallery) and add a rectangle (mySeparator)

2. set the below properties on the rectangle

X= 2
Y= myGallery.TemplateHeight - mySeparator.Height
Width =  myGallery.TemplateWidth - 2 * mySeparator.X
Height= 2

miraghaly

❌
❌