Questions tagged [wxgrid]

WxGrid is the grid widget in wxWidgets that can be used for displaying tabular data.

WxGrid is the grid widget in wxWidgets, a cross-compiler GUI frameword for C++ and Python. Typical uses for the grid are displaying tabular data and creating some kind of spreadsheet.

64 questions
0
votes
1 answer

copy and paste from a Python wx.Grid

I'm wondering if someone might help? I have a form which is split into two panels. A leftP which has my controls, and the rightP which has a grid. I'm trying to copy/paste from the grid to the clipboard. With the following code, I get an…
0
votes
2 answers

How do I control the viewport of a Grid in wxPython?

I'm trying to implement Find functionality in my grid application. I can move the cursor using SetGridCursor(self, row, col), but I can't figure out how to move the "viewport" of the grid to the new cursor position. In other words, when the cursor…
Hubro
  • 56,214
  • 69
  • 228
  • 381
0
votes
1 answer

Can I speed optimize the use of GridCellAttr in wxPython's wx.grid.Grid?

I'm making a Windows application using wx.grid.Grid that will handle very large Microsoft Excel documents. Currently it opens a file with 17 columns and 12 000+ rows quite quickly, and I can scroll around smoothly. (This is a virtual table that…
Hubro
  • 56,214
  • 69
  • 228
  • 381
-1
votes
1 answer

Creating a grid in wx Erlang

I am trying to create an interface with Erlang. I want to use the wx grid module but cannot find anywhere to learn how exactly to start using this module.
love4code
  • 31
  • 2
1 2 3 4
5