public interface IHierarchicalVirtualizationAndScrollInfo extends IJCOBridgeReflected
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.Primitives.IHierarchicalVirtualizationAndScrollInfo
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Controls.Primitives.IHierarchicalVirtualizationAndScrollInfo
|
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
HierarchicalVirtualizationConstraints getConstraints() throws java.lang.Throwable
java.lang.ThrowableHierarchicalVirtualizationHeaderDesiredSizes getHeaderDesiredSizes() throws java.lang.Throwable
java.lang.Throwableboolean getInBackgroundLayout()
throws java.lang.Throwable
java.lang.ThrowableHierarchicalVirtualizationItemDesiredSizes getItemDesiredSizes() throws java.lang.Throwable
java.lang.ThrowablePanel getItemsHost() throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated Classboolean getMustDisableVirtualization()
throws java.lang.Throwable
java.lang.Throwablevoid setConstraints(HierarchicalVirtualizationConstraints Constraints) throws java.lang.Throwable
java.lang.Throwablevoid setInBackgroundLayout(boolean InBackgroundLayout)
throws java.lang.Throwable
java.lang.Throwablevoid setItemDesiredSizes(HierarchicalVirtualizationItemDesiredSizes ItemDesiredSizes) throws java.lang.Throwable
java.lang.Throwablevoid setMustDisableVirtualization(boolean MustDisableVirtualization)
throws java.lang.Throwable
java.lang.Throwablestatic IHierarchicalVirtualizationAndScrollInfo ToIHierarchicalVirtualizationAndScrollInfo(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IHierarchicalVirtualizationAndScrollInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIHierarchicalVirtualizationAndScrollInfo instancejava.lang.Throwable - in case of error during cast operation