PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: Johan Klassen on August 10, 2018, 03:04:54 PM

Title: dynamic creation of controls
Post by: Johan Klassen on August 10, 2018, 03:04:54 PM
Hi Paul :)
will there be the facility to dynamically create say a table of varying number of elements?
something like this https://www.codeproject.com/Tips/1255755/Matrix-Multiplication-using-VB-net-MMULT-excel-equ
Title: Re: dynamic creation of controls
Post by: Paul Squires on August 10, 2018, 03:11:53 PM
Yes, there should be. The whole idea of using a gui language framework (WinFormsX in this case) should allow the user to dynamically add/remove controls as needed.
Title: Re: dynamic creation of controls
Post by: Johan Klassen on August 10, 2018, 03:29:18 PM
good to hear, thank you :)