GTK4 DropDown with .NET
In this post I will make use of GTK4 DropDown. DropDown is used to display selected item from a list of items.
In this post I will make use of GTK4 DropDown. DropDown is used to display selected item from a list of items.
dotnet new Project Template
I have been writing some samples using GTK4 using GirCore so its time to reduce the manual project setup steps and turn it into a dotnet new project template.
In this post I will make use of ColumnView to display list of data. ColumnView is used to display 1-dimensional list with one or more columns. Foucus of this...
In the previous post GTK4 ListView with .NET 8 I demonstrated how to use GTK4 ListView in a .NET application. In this post I will expoloe GridView.
GtkListView GTK 4 has added new widgets for to display lists namely GtkListView, GtkGridView and GtkColumnView. Here is an excellent article by ToshioCP abou...