Top "Grid" questions

NOT FOR CSS GRID LAYOUT.

Algorithms question: flipping columns

Suppose that we are given an m x n grid of zeros and ones and want to transform the grid …

algorithm optimization binary grid
"Hello, world!" example for DevExpress QuantumGrid?

I successfully installed the latest QuantumGrid from DevExpress, but I've never worked with this grid before, and I don't know …

delphi grid components devexpress
How to hide WPF Grid Overflow (like CSS overflow:hidden)

I'm currently creating a metro styled app. Because of this I need to extend my client area out of my …

c# wpf xaml grid overflow
How to add a grid inside a Scroll viewer programmatically

My XAML looks like this <navigation:Page x:Class="SilverlightApplication1.Home"> <Grid x:Name="LayoutRoot"> <!…

silverlight xaml grid scrollviewer
OpenGL - How to calculate normals in a terrain height grid?

My approach is to calculate two tangent vectors parallel to axis X and Y respectively. Then calculate the cross product …

performance opengl grid terrain normals
Why two columns in a WPF Grid with * do not have the same size?

with the following code I expected to end with two ListBox with the same Width as they are into two …

.net wpf grid resize sizetocontent
Deleting a Label in Python Tkinter?

I am trying to hide everything in this function: def addHome(self): Label(self, text = "Would you like to add …

python user-interface grid tkinter visible
Exporting data from c# to word document

I have a grid in c# filled with data. One of the columns in that grid contains letters (followed by …

c# asp.net grid export-to-word
Consistent grid headers with Flexigrid ?

So I'm trying to use the flexigrid plugin. It looks like it's going to work great aside from the fact …

jquery grid flexigrid
Displaying rectangles in game window with XNA

I want to divide my game grid into an array of rectangles. Each rectangle is 40x40 and there are 14 rectangles …

c# grid xna rectangles