c# - How would I create a table control similar to the one shown? -


i've got table existing labview vi (ewww!) need replicate in c#. table shown in image below. each field populated data returned status queries external device, within dedicated status thread (when implement it...). there control, or direction should take when extending existing control table-like display of query results? datagridview seems overkill this, table layout container populated textbox controls seems inelegant. i'd insight, if can offer it. also, please feel free shut me down if has been asked (though search turned nothing relate to...). thanks. alt text

datagridview suitable control here. else either doesn't have enough grid editing capabilities (like listview) or fugly-slow individual controls in tlp.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -