Jump to content

Array Display with Excel style functionality


Recommended Posts

Hello forum,

This is more a general question.

Since i see that usually Arrays are displayd using ListViews iam curious if this is also the best way if the ArrayDisplay should also behave a bit like Excel Workbooks.

I currently use "GUICtrlCreateInput" to create cells to display a 2D Array.
Currently i can select whole rows and single cells by just clicking at any cell of a row.
I also can highlight text and copy it.
Since i dont have headers yet i cant select colums at the moment and i dont have functionality to save an edited cell.
But i know how to do it. Thats not a problem.

My only question is if this is the right track or if there are better and maybe even faster solutions than generating Excel style editable 2D grids with "GUICtrlCreateInput". Maybe ListViews can also do that? But as far as i saw they can only select one whole row and no individual cells which are also not editable.

Okay, maybe i should also add what functionality i need:

  • Cell Single => Select , Copy , Edit , Save
  • Cell Row => Select, Copy
  • Cell Column => Select, Copy
  • Cell All => Select, Copy

Thank you! :)

Edited by Blaxxun
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...