Category: Development
-
Discover how to use the PropertyFieldListPicker from the PnP property controls

Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldListPicker control. The PnP reusable property pane controls is a package that contains a lot of useful controls that can be used in any SharePoint Framework web part’s property pane, if you want to…
-
Use React in the Quick View of an Adaptive Card Extension

Introduction Do you know that there is the ability to use a client side technology in the Quick View of an Adaptive Card Extension? Since the release of the version 1.20 of SharePoint Framework a new way of defining the Quick View of Adaptive Card Extensions has been introduced: now…
-
Discover how to use the PropertyFieldSitePicker from the PnP property controls

Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldSitePicker control. The PnP reusable property pane controls is a package that contains a lot of useful controls that can be used in any SharePoint Framework web part’s property pane, if you want to…
-
How to support dark theme on mobile in the Quick View of your ACE

Today I want to talk about how you can support the dark theme in your Adaptive Card Extension’s Quick View while using it on mobile. I took inspiration from the Microsoft learn article that can be found here. If you want you can check the code of the sample solution…
-
Automatically arrange your UI items using the PnP GridLayout control

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the GridLayout control. If you’re interested you can find the code of this sample here. The control is used to automatically arrange items inside a container. Visual appearance As mentioned, the control automatically arranges…