Announcement

Collapse
No announcement yet.

StringGrid

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • StringGrid

    Ich habe eine StringGrid mit 3 Spalten, ich will das der user nur zwei zu sehen kriegt.
    wie kann ich das machen???
    der user darf nicht auf diese letzte spalte scrollen können.

  • #2
    Mit dem Standard-Grid sieht es da schlecht aus. Würde versuchen das Ereignis TDrawGrid::OnRowMoved zu nutzen und dort zu prüfen, ob die Row gezeigt werden kann.

    Schau doch mal bei www.tmssoftware.com und dann unter TAdvStringGrid v2.0
    Christian

    Comment


    • #3
      das ist aber nur eine trial, das kann ich nicht gebrauchen, gibt es noch andere Vorschläge??

      Comment


      • #4
        Das ist keine Trial!

        ->>>

        License :

        ---------
        This component is free for use in non-commercial applications, that is
        any software that is not being sold in one or another way or that does
        not generate income in any way by the use of the application.
        The component cannot be distributed in any other way except through free
        accessible Internet Web pages or ftp servers. The component can only
        be distributed on CD-ROM or other media with written autorization of the
        author.
        Online registration for TAdvStringGrid is available through the ShareIt
        service at http://www.shareit.com/programs/100838.htm.
        Alternatively, you can go to http://www.shareit.com and enter the program
        number there: 100838.

        Source code & license is sent immediately upon receipt of check or
        registration by email. Payment grants users the right for a full version
        cycle source code updates.
        Christian

        Comment


        • #5
          ja aber es gibt ein banner wenn man es benutz

          Comment


          • #6
            In der FAQ steht:

            Q: How can the copyright notice be removed from the grid ?

            A: The registered version of TAdvStringGrid does not show this copyright notic

            Comment


            • #7
              Hi Acidburn,

              wenn du StringGrid->Colwidths[2] auf 0 setzt, kann du die Spalte nicht sehen, wohl aber etwas hineinschreiben.

              Bye - Pete

              Comment


              • #8
                das hab ich auch gemerkt, das werde ich jetzt auch benutzen

                Comment


                • #9
                  Hallo AcidBurn<br>

                  mit der Property Cells kann man auf jede Zelle eines StringGrids zugreifen, auch wenn sie nicht sichtbar ist.<br>
                  Allerdings geben die Methoden Rows.Text Rows.CommaText nur den Inhalt der sichtbaren Zellen.<br>
                  An sonsten sind die StringGrids sehr aufnahmefaehig

                  Comment

                  Working...
                  X