The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I want to add immages to tool bar buttons.
I'm not getting how to use the imagelist.
Is it required to seperatly creat the imagelist usinf Imagelist.add method and then use it in to user program.
Is there any simple way like resources in Win32 (.rc file)?
Thanks,
AN
CBClay Burch Syncfusion Team June 14, 2002 12:37 PM UTC
Drag an ImageList onto your form. It will appear in the non-graphic control area. In its property grid, open up its Images property to bring up the collection editor where you can add images to the imagelist. Then in the propertygrid for your toolbar, set the toolbar ImageList property to the imagelist you have added. Finally, for each button, set the ImageIndex property.