11,919 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
54
views
Card Issue maintaining height and width through Margin and Padding
I am working in react js with tailwind. I have a card with a bg-color. I assigns it a bg color right and I dont want to give it a specific height or width and wonna to handle it through margin and ...
-1
votes
1
answer
81
views
Virtualization using VirtualizingStackPanel inside custom ControlTemplates
I'm tasked with implementing a custom DataGrid-like control in one of my projects.
This is due to many specific features it needs to have implemented, and also the large amounts of data that have to ...
0
votes
0
answers
28
views
My Widget does not work properly Because of different grid sizes
I used a custom grid structure. Not only it doesn't work as I want on different screen sizes, but also the widget I defined externally does not fit into different grid structures. Here index.jsx:
this ...
0
votes
1
answer
57
views
How to Remove Unused Space Below Text in a Matplotlib Subplot
I have the following code snippet, which produces 3 subplots:
2 on the same row side by side, for the logo and title
1 below that will include various texts.
# ---- RIGHT COLUMN: 6 rows ----
...
0
votes
1
answer
56
views
Grid header on the first column instead of the first row
Would it be possible to have the first column of the table or grid to be a grid.header or table.header?
I am trying to make something similar to this:
⁞ SECTION TITLE ⁞ text text text text text text ...
1
vote
0
answers
38
views
GridDB Custom Partitioning in Node.js
Can I Define a Custom Partition Key for GridDB Containers Using Node.js?
I want to distribute data across GridDB nodes based on a custom column (e.g., region_id) instead of relying on automatic ...
0
votes
0
answers
68
views
Getting "Container not found" error when trying to modify GridDB container column definitions at runtime
I need to add columns to an existing GridDB container in my Python application, but getting a "Container not found" error when trying to modify the ColumnInfo after container creation.
...
0
votes
1
answer
55
views
Laying out controls in a grid
This is a follow up to my previous question: Aligning left side of TextFields
I am trying to use a Grid to mimic the layout of controls as seen in Xcode:
I am almost there, this is my current result (...
koen's user avatar
- 5,872
-2
votes
1
answer
82
views
Ninjatrader Drop Down box to fill TextBox value or button text value (c# with WPF available) [closed]
Settings so far:
I have a WPF Grid with a TextBox set to a col and row.
There is an enum set for items to select.
I have a button_Click and textbox_KeyDown events setup.
Notes:
Ninjatrader no ...
0
votes
0
answers
235
views
How to correctly capture the updated layout from a streamlit-elements dashboard.Grid in session state
I am developing a financial dashboard using Streamlit and the streamlit-elements library. My goal is to create a user-customizable dashboard where users can drag and resize cards. The final layout (...
0
votes
1
answer
49
views
Kendo MVC Grid Row Filter without decimals
I have a kendo grid on an MVC site with several integer columns, and I am using a row filter. The problem is that when you enter a number in the filter, it shows up with commas and two decimal places.
...
0
votes
2
answers
173
views
how to use grid with textbox? my textsize seems to impact my grid but I don't want it to
I want my screen to have a small notepad in the bottom left.
My textsize within this textbox seems to impact my grid, but I don't want it to.
My understanding is that using uniform ="a" ...
0
votes
1
answer
37
views
Angular Kendo grid transpose column to rows
I am working on angular kendo grid. my requirement is to show couple of columns as rows. The api response provides six fields with corresponding value, I need to show four fields as columns and the ...
0
votes
2
answers
130
views
Ipywidgets GridBox grid_column & grid_row don't Display - GridBox + Layout
I'm studying ipywidgets, I'm trying to create a GridBox as pic1 but for some reason, I only get a FlexBox printout (pic2), I tried Jupyter Lab, Jupyter NB, Google Colab, all the same results, I also ...
0
votes
2
answers
95
views
Using Tkinter in Python, How Can I Autosize a Canvas to its Parent Frame
I'm trying to build a Tkinter form in Python that has three "frames": a narrow frame across the top (for a title), a thin frame down the left (for buttons), and a main frame (to show content)...