Wie benutze ich krypton.toolkit.kryptondatagridViewTextandImageCell?C#

Ein Treffpunkt für C#-Programmierer
Anonymous
 Wie benutze ich krypton.toolkit.kryptondatagridViewTextandImageCell?

Post by Anonymous »

Ich habe von dem Krypton -Toolkit von ComponentFactory zu seinem Nachfolger Krypton Suite Toolkit migriert. Andere von Kryptons Zelltypen funktionieren wie erwartet. < /P>

Code: Select all

DataGridViewRow row = new DataGridViewRow()
row.Cells.Add( new KryptonDataGridViewRowTextAndImageCell() );
row.Cells[0].Value = new TextAndImage("text", image); // throws System.NullReferenceException
Ich habe noch nicht in den Bibliothekscode ausgegraben, vielleicht kennt jemand die Lösung bereits.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post