2,203 questions
0
votes
0
answers
16
views
Xamarin - Radio button in code dynamic grid text answer binding
I cant work out how best to solve this and bare with me, I am a beginner.
I have a list of "questions" built within a dynamic grid in code. Each question requires a string answer to be ...
1
vote
1
answer
126
views
Type conflict when using Grid component from MUI in TypeScript (TS2769)
I am using the Grid component from the Material-UI (MUI) library in a React project with TypeScript and I'm encountering a type error. When trying to specify the item and component="div" ...
0
votes
3
answers
94
views
How to scale an image to fit within a flexbox within a gridbox
I want to create a "dashboard" page that uses all the available space in the browser window. The browser window will be divided into two equal-width sides. The right side space will contain ...
0
votes
0
answers
54
views
Displaying GIF files in a Java GridLayout - Blank Output
I'm trying to write a program that uses Java's GridLayout to display a 2x2 set of GIFs. It runs without any errors but the output window I get is blank. The same code works to display a text label or ...
1
vote
3
answers
62
views
How to expand one column width while other column shrinks in css grid layout?
I created a side navigation bar and a main content area. I arranged these in a grid layout using display: grid with columns set to 200px. I also wrote a JavaScript script to toggle the class list. ...
0
votes
1
answer
46
views
How to Ensure Uniform Product Card Layout with Min-Height and Responsive Design?
I am working on a product card layout for a shopping page. The page will display cards in a grid with multiple rows and columns. My goal is to ensure all product cards look uniform and balanced, ...
0
votes
0
answers
29
views
How to draw borders around each column and row in a GridLayout?
I want to display an array of values, as I could do it in Excel, with a GridLayout. So far, I have been able to display the grid and it's values in TextViews but I'm now struggling with the borders I ...
0
votes
0
answers
40
views
text-overflow: ellipsis ellipsis; not working with my subgrid [duplicate]
I had trouble implementing my layout with a table, so I used a subgrid instead (which I found worked much better). Here's what that looks like right now:
Basically it's supposed to display names and ...
2
votes
0
answers
50
views
How to create a dynamic CSS grid layout like attached image inside a query loop? [duplicate]
I’m trying to create a CSS grid layout for blog posts inside a query loop. Each box should maintain an approximate 3:2 aspect ratio, and the layout needs to be dynamic. Below is what I’ve tried so far:...
0
votes
1
answer
42
views
Adjusting Checkbox and Label alignment in a GridLayout
I am relatively new to Kivy, and I'm having problems adjusting checkboxes and their associated labels within a GridLayout. With reference to the image below...
In the screenshot above, there are ...
2
votes
1
answer
46
views
Tkinter text widget unexpected overflow inside grid manager
Assume a simple 3row-1col grid, where 2nd widget is a label, while 1st and 3rd widgets are Text. sticky and weight settings are most certainly correct. Grid dimensions are defined and shouldn't be ...
0
votes
1
answer
79
views
How to Create a Responsive Grid with Unequal Heights and Different Order on Mobile?
I'm using Tailwind CSS to create a responsive grid layout where sections have different orders on mobile and desktop. The sections also have different heights based on their content. The mobile layout ...
2
votes
1
answer
55
views
How can I make three columns of divs, with the center column offset, collapse into two columns, with the second offset, when the window is shrunk?
I have a grid of divs for my website's about page with three columns, and the center column moved down by 50%.
Basically what I want to happen is that the third column is removed when the window is ...
0
votes
0
answers
34
views
JPanel and Grid Layout modification
I have been trying to modify the contents of a gridlayouts in a panel i created(Java by the way Ecliplse), but no method ive tried is working this is the code:
// Planning to add about 6 more buttons ...
0
votes
0
answers
89
views
Multiple ResponsiveGridLayout which is connected to each other in the react-grid-layout package with ReactJS
I want to create a A4 size page and user can add block from outside of the page, user can move block within the page and also, user can move block from one page to another page.
Also user can add ...