Share your opinion
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
|
GRIDVIEW - 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 Reactions to this article
| QUICK MENU
SEARCH
LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS
visitors visitors online ARCHIVES GAMBAS 1/2
|