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 know more about this you…
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 I used for this article…
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 the displayed items. It does…
Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the Pagination control. If you’re interested you can find the code of this sample here. The control is used to display a pagination control and allows the navigation between the different available pages. Visual appearance Let’s start with some…
Introduction 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 you can define the Quick View using HTML! If you’re interested in the release notes of SPFx version 1.20 check the official release notes here. Previously the ACEs…
Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the Placeholder control. If you’re interested you can find the code of this sample here. The control is used to display a panel with (or without) the presence of a button that allows the user to open the property…
Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the SecurityTrimmedControl control. If you’re interested you can find the code of this sample here. The control is used to display a child control based on the permissions that the current user has on the current or the remote…
Introduction Today I want to disclose how to use the geolocation actions in an Adaptive Card Extension. Since the release of SPFx 1.14 it’s possible to use the location of the user’s device. The specific geolocation actions will be used either to retrieve the device location or to display a location on the map. This…
Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldSearch 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 know more about this you…