python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to fix spacing issues with headers and footers?
I have a header and a footer make in code. The problem I am having is that the footer of the current section impedes on the last cell in said section. Second, how do I add blank lines of space between...
JefferyTiffin
Votes: 0
Answers: 1
How to reduce the Gap space
in below grid container , there is an image on the left , with a bunch of text on the right , there is a huge gap between the image and the text which tried to reduce with different method but didnt w...
user18095537
Votes: 0
Answers: 1
VStack will not fill screen
I use this Exact code and the screen is still not filled completely. What am I missing?
This is the main appView:
@main
struct HistoryMarkerApp: App {
@StateObject var firestoreManager = Firestor...
wwarren07
Votes: 0
Answers: 1
Strange bug with vertical arrangement in Compose
I am building a LazyVerticalGrid and have different kind of Compose views in it. My plan is to add equal spacing between children of the grid and I already achieved this passing down Arragment.spacedB...
nuhkoca
Votes: 0
Answers: 0