Page loading

Share your opinion
What do you think about gambaslinux.fr?
 
Interesting
It miss some informations
Excellent website
Results
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
_gb3.pngGRIDVIEW - Cell border
Cell border in gridview




Today we will study border property of one cell in Gridview.

  To have the same result like picture above, write this code :

gridview1[2, 1].Border = Border("width:0;margin:0;radius:70;bottom-right-radius:0")


Explanation of this code :

gridview1[row,column].Border = Border("string who define my border of cell.")

width:0 is width of border
margin:0 is marging between cel and border
radius:70 define radius of 4 corners of cell
bottom-right-radius:0 ajust only bottom right radius of corner (hre 0 degre)

  Thanks for your attention







Creation date : 24/02/2022 @ 11:04
Last update : 24/02/2022 @ 11:04
Category : GRIDVIEW
Page read 1277 times


Print the article Print the article


react.gifReactions to this article

Nobody gave a comment yet.
Be the first one to do it!


QUICK MENU
SEARCH




LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS

   visitors

   visitors online

ARCHIVES GAMBAS 1/2
^ Top ^